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