Beispiel #1
0
 public IHttpActionResult Create(DTOEmployee dtoEmployee)
 {
     _employeeFacade.Create(dtoEmployee);
     return(Ok());
 }