public CountryProfileModel(CoreCrudsContext context)

        {
            _context = context;
        }
Ejemplo n.º 2
0
 public IndexModel(CoreCrudsContext context)
 {
     _context = context;
 }
        public QuickGlanceModel(CoreCrudsContext context)

        {
            _context = context;
        }