Exemplo n.º 1
0
 public IEnumerable <SelectListItem> GetGetCategoriaIngresoSelectionList()
 {
     using (var context = new CCEntities()) {
         var commonDA = new CommonDataAccess(context);
         return(commonDA.GetCategoriaIngresoSelectionList());
     }
 }