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