示例#1
0
 public MetaFileStorageService(ContainerForCommand containerForCommand,
                               MetaFileInfoSettings metaFileInfoSettings,
                               IMetaFileInfoSerializerService metaFileInfoSerializerService,
                               IAuthenticationService authenticationService
                               )
     : base(containerForCommand, metaFileInfoSettings)
 {
     _metaFileInfoSerializerService = metaFileInfoSerializerService;
     _authenticationService         = authenticationService;
 }
 public FileStorageService(ContainerForCommand containerForCommand, MetaFileInfoSettings metaFileInfoSettings) : base(containerForCommand, metaFileInfoSettings)
 {
 }
 public BaseStorageService(ContainerForCommand containerForCommand, MetaFileInfoSettings metaFileInfoSettings)
 {
     ContainerForCommand  = containerForCommand;
     MetaFileInfoSettings = metaFileInfoSettings;
 }