Files
xIdentityModels/Models/XLoginResponse.cs
T
2024-01-25 04:42:47 +03:30

7 lines
175 B
C#

using xIdentityModels.Dtos;
namespace xIdentityModels.Models {
public class XLoginResponse : XTokenResponse {
public XUserProfileDto Profile { get; set; }
}
}