Ejemplo n.º 1
0
 public IEnumerable <Category> GetAll()
 {
     return(CommonQueries.GetAll <Category>(ConnectionString, TableName));
 }
Ejemplo n.º 2
0
 public IEnumerable <Setting> GetAll()
 {
     return(CommonQueries.GetAll <Setting>(ConnectionString, TableName));
 }
Ejemplo n.º 3
0
 public IEnumerable <UserRole> GetAll()
 {
     return(CommonQueries.GetAll <UserRole>(ConnectionString, TableName));
 }