Esempio n. 1
0
 public ArticleListModel()
 {
     AvailableCategories     = new List <SelectListItem>();
     AvailableSites          = new List <SelectListItem>();
     AvailableArticleTypes   = new List <SelectListItem>();
     AvailableModelTemplates = new List <SelectListItem>();
     BatchCategory           = new BatchCategoryModel();
     ArticleszCategoryModels = new List <ArticleCategoryModel>();
 }
Esempio n. 2
0
 public ClientListModel()
 {
     BatchCategory = new BatchCategoryModel();
 }