예제 #1
0
 public Resultado <Entity> GetByIdObligatorio(int id)
 {
     return(dao.GetByIdObligatorio(id));
 }