Beispiel #1
0
 public VwSocionegentidadfinanciera GetVwSocionegentidadfinanciera(Expression <Func <VwSocionegentidadfinanciera, bool> > criteria)
 {
     return(VwSocionegentidadfinancieraDao.Get(criteria));
 }
Beispiel #2
0
 public long CountVwSocionegentidadfinanciera()
 {
     return(VwSocionegentidadfinancieraDao.Count());
 }
Beispiel #3
0
 public VwSocionegentidadfinanciera GetVwSocionegentidadfinanciera(int id)
 {
     return(VwSocionegentidadfinancieraDao.Get(id));
 }
Beispiel #4
0
 public List <VwSocionegentidadfinanciera> GetAllVwSocionegentidadfinanciera(string conditions, string orders)
 {
     return(VwSocionegentidadfinancieraDao.GetAll(conditions, orders));
 }
Beispiel #5
0
 public List <VwSocionegentidadfinanciera> GetAllVwSocionegentidadfinanciera(Expression <Func <VwSocionegentidadfinanciera, bool> > criteria)
 {
     return(VwSocionegentidadfinancieraDao.GetAll(criteria));
 }
Beispiel #6
0
 public List <VwSocionegentidadfinanciera> GetAllVwSocionegentidadfinanciera()
 {
     return(VwSocionegentidadfinancieraDao.GetAll());
 }
Beispiel #7
0
 public long CountVwSocionegentidadfinanciera(Expression <Func <VwSocionegentidadfinanciera, bool> > criteria)
 {
     return(VwSocionegentidadfinancieraDao.Count(criteria));
 }