예제 #1
0
 public AsyncGenericRepository(EShopAPI_DBContext context, IMemoryCache cache)
 {
     _context = context;
     _cache   = cache;
 }
 public UserRepository(EShopAPI_DBContext context, IMemoryCache cache) : base(context, cache)
 {
 }