Роль и Юзер вроде есть
This commit is contained in:
parent
3d3a8a17bb
commit
2bd66c7925
@ -21,7 +21,7 @@ namespace UniversityBusinessLogic.BusinessLogics
|
||||
}
|
||||
public List<ReportStreamStudentEdStatPeriodViewModel> StreamStudentEdStatPeriod(ReportBindingModel model)
|
||||
{
|
||||
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public void SaveBlanksToWordFile(ReportBindingModel model)
|
||||
|
@ -19,7 +19,7 @@ namespace UniversityDataBaseImplemet.Models
|
||||
public string Password { get; set; } = string.Empty;
|
||||
[Required]
|
||||
public int RoleId { get; set; }
|
||||
|
||||
public virtual Role Role { get; set; } = new();
|
||||
public static User Create(UserBindingModel model)
|
||||
{
|
||||
return new User()
|
||||
|
Loading…
Reference in New Issue
Block a user