示例#1
0
 public UserDataService(IFileService fileService, IIdentityService identityService, IMicrosoftGraphService microsoftGraphService, Param_ConfigType appConfig)
 {
     _fileService           = fileService;
     _identityService       = identityService;
     _microsoftGraphService = microsoftGraphService;
     _appConfig             = Param_ConfigValue;
 }
示例#2
0
 public PersistAndRestoreService(IFileService fileService, Param_ConfigType appConfig)
 {
     _fileService = fileService;
     _appConfig   = Param_ConfigValue;
 }