provider #6

Merged
ker73rus merged 29 commits from provider into main 2023-04-09 03:11:27 +04:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 2bd66c7925 - Show all commits

View File

@ -21,7 +21,7 @@ namespace UniversityBusinessLogic.BusinessLogics
}
public List<ReportStreamStudentEdStatPeriodViewModel> StreamStudentEdStatPeriod(ReportBindingModel model)
{
throw new NotImplementedException();
}
public void SaveBlanksToWordFile(ReportBindingModel model)

View File

@ -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()