예제 #1
0
 public RemoteValidationController(IHttpContextAccessor httpContextAccessor, IMemoryCache memoryCache)
 {
     _db = new InMemoryEmployeesValidationDataContext(httpContextAccessor, memoryCache);
 }