Ejemplo n.º 1
0
 public PeopleController(NewCore3xMVCContext context, IMemoryCache memoryCache, IDistributedCache distributedCache)
 {
     _memoryCache      = memoryCache;
     _distributedCache = distributedCache;
     _context          = context;
 }
 public PeopleViewComponent(NewCore3xMVCContext context)
 {
     _context = context;
 }