Ejemplo n.º 1
0
 public ActionResult CreateUpdateStaff(StaffsDTO staffsDTO)
 {
     return(Ok(_staffService.CreateUpdateStaff(staffsDTO, GetToken(HttpContext))));
 }