public ResourceOwnerPasswordValidator(ICallSystemServiceApi callSystemServiceApi)
 {
     _callSystemServiceApi = callSystemServiceApi;
 }
Exemplo n.º 2
0
 public SystemDataCache(IHttpContextAccessor _httpContextAccessor, ICallSystemServiceApi _callSystemServiceApi)
 {
     httpContextAccessor  = _httpContextAccessor;
     callSystemServiceApi = _callSystemServiceApi;
 }