Example #1
0
 public List <Funcion> ListarFuncionDiaObra(int dia, int idObra)
 {
     return(_funcionService.ListarFuncionDiaObra(dia, idObra));
 }