Exemplo n.º 1
0
 public MZipToDatabaseCommitProcessor(
     MZipStore mZipStore,
     IPackageService packageService)
 {
     _mZipStore      = mZipStore;
     _packageService = packageService;
 }
Exemplo n.º 2
0
 public MZipCommitProcessor(MZipStore mZipStore)
 {
     _mZipStore = mZipStore;
 }