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