예제 #1
0
 public InputEntity Create([FromBody] InputEntity InputEntity)
 {
     return(InputService.Create(EmployeeEntity, InputEntity));
 }