Esempio n. 1
0
 public CountryProfileModel(CoreCountryContext coreCrudContext)
 {
     this.coreCrudContext = coreCrudContext;
 }
Esempio n. 2
0
 public QuickGlanceModel(CoreCountryContext coreCountryContext)
 {
     this.coreCountryContext = coreCountryContext;
 }
Esempio n. 3
0
 public IndexModel(CoreCountryContext context)
 {
     _context = context;
 }