Exemplo n.º 1
0
 public UserDataService(IFileService fileService, IIdentityService identityService, IMicrosoftGraphService microsoftGraphService, Param_ConfigType appConfig)
 {
     _fileService           = fileService;
     _identityService       = identityService;
     _microsoftGraphService = microsoftGraphService;
     _appConfig             = Param_ConfigValue;
 }
Exemplo n.º 2
0
 public PersistAndRestoreService(IFileService fileService, Param_ConfigType appConfig)
 {
     _fileService = fileService;
     _appConfig   = Param_ConfigValue;
 }