Beispiel #1
0
 public IHttpActionResult GetByEmployee(string idEmployee)
 {
     return(Ok(_service.GetByEmployee(idEmployee)));
 }