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