コード例 #1
0
 public PeopleController(NewCore3xMVCContext context, IMemoryCache memoryCache, IDistributedCache distributedCache)
 {
     _memoryCache      = memoryCache;
     _distributedCache = distributedCache;
     _context          = context;
 }
コード例 #2
0
 public PeopleViewComponent(NewCore3xMVCContext context)
 {
     _context = context;
 }