예제 #1
0
 public LecturerEntity Create([FromBody] LecturerEntity LecturerEntity)
 {
     return(LecturerService.Create(UserEntity, LecturerEntity));
 }
예제 #2
0
 public OperationEntity Create([FromBody] OperationEntity LecturerEntity)
 {
     return(LecturerService.Create(UserEntity, LecturerEntity));
 }
예제 #3
0
 public LecturerEntity Create([FromBody] LecturerExcelModel LecturerExcelModel)
 {
     return(LecturerService.Create(LecturerExcelModel));
 }