7 lines
175 B
C#
7 lines
175 B
C#
using xIdentityModels.Dtos;
|
|
|
|
namespace xIdentityModels.Models {
|
|
public class XLoginResponse : XTokenResponse {
|
|
public XUserProfileDto Profile { get; set; }
|
|
}
|
|
} |