Пример #1
0
 public bool CreateStudent(School.Management.Domain.Entities.Student student)
 {
     return(base.Channel.CreateStudent(student));
 }
Пример #2
0
 public System.Threading.Tasks.Task <bool> RemoveStudentAsync(School.Management.Domain.Entities.Student student)
 {
     return(base.Channel.RemoveStudentAsync(student));
 }