Example #1
0
 private List <MultiColumn <tlkpCategory> > GetCategories()
 {
     if (_CatIdInt > 0)
     {
         return(MatrixCreateFactory <tlkpCategory> .GenerateMultiColumn(ListGenerateFactory.GetSubCategory(_CatIdInt), 2));
     }
     else
     {
         return(MatrixCreateFactory <tlkpCategory> .GenerateMultiColumn(ListGenerateFactory.GetAllParentCategories(), 2));
     }
 }
 private List <vwCampaign> GetRecentlyAdded()
 {
     return(ListGenerateFactory.GetRecentlyAddedCampaign(AppSettings.RecentlyAddedNumber));
 }