コード例 #1
0
 public System.Threading.Tasks.Task <string> CreateStudentAsync(StudentsManagementSystem.StudentsManagementService.CreateStudentCommand command)
 {
     return(base.Channel.CreateStudentAsync(command));
 }
コード例 #2
0
 public string CreateStudent(StudentsManagementSystem.StudentsManagementService.CreateStudentCommand command)
 {
     return(base.Channel.CreateStudent(command));
 }