Пример #1
0
 public async Task <bool> Update(Domain.AggregatesModel.Student.Student student)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public async Task <Domain.AggregatesModel.Student.Student> Add(Domain.AggregatesModel.Student.Student student)
 {
     return(_context.Students.Add(student).Entity);
 }