Esempio n. 1
0
 public IHttpActionResult DeleteCoeff(int doctorId, string startDate, int userId)
 {
     return(Ok(_salaryService.DeleteCoeff(doctorId, Convert.ToDateTime(startDate), userId)));
 }