Exemple #1
0
 public List <Tipoformato> GetAllTipoformato(string conditions, string orders)
 {
     return(TipoformatoDao.GetAll(conditions, orders));
 }
Exemple #2
0
 public List <Tipoformato> GetAllTipoformato(Expression <Func <Tipoformato, bool> > criteria)
 {
     return(TipoformatoDao.GetAll(criteria));
 }
Exemple #3
0
 public List <Tipoformato> GetAllTipoformato(string orders)
 {
     return(TipoformatoDao.GetAll(orders));
 }
Exemple #4
0
 public List <Tipoformato> GetAllTipoformato()
 {
     return(TipoformatoDao.GetAll());
 }