Пример #1
0
 public DataGridWebApiController(NorthwindContext nwind, IHttpContextAccessor httpContextAccessor, IMemoryCache memoryCache)
 {
     _nwind = new InMemoryNorthwindContext(nwind, httpContextAccessor, memoryCache);
 }