Initial Commit ...
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
using xIdentityModels.Dtos;
|
||||
|
||||
namespace xIdentityModels.Models {
|
||||
public class XLoginResponse : XTokenResponse {
|
||||
public XUserProfileDto Profile { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user