Exemplo n.º 1
0
 public RemoteValidationController(IHttpContextAccessor httpContextAccessor, IMemoryCache memoryCache)
 {
     _db = new InMemoryEmployeesValidationDataContext(httpContextAccessor, memoryCache);
 }