Esempio n. 1
0
 public List <Lookup> getAllCities()
 {
     return(LookupBL.getListLookupByTableName(Constants.CitiesTableName));;
 }
Esempio n. 2
0
 public List <Lookup> getAllBookName()
 {
     return(LookupBL.getListLookupByTableName(Constants.BooksNameTableName));;
 }
Esempio n. 3
0
 public List <Lookup> getAllCategory()
 {
     return(LookupBL.getListLookupByTableName(Constants.BooksCategoryTableName));
 }
Esempio n. 4
0
 public List <Lookup> getAllPublishing()
 {
     return(LookupBL.getListLookupByTableName(Constants.PuplishingTableName));
 }
Esempio n. 5
0
 public List <Lookup> getAllAuther()
 {
     return(LookupBL.getListLookupByTableName(Constants.AutherTableName));
 }
Esempio n. 6
0
 public List <Lookup> getGenderList()
 {
     return(LookupBL.getListLookupByTableName(Constants.GenderTableName));
 }