public UploadedFileService(IUnitOfWork uow)
 {
     Database = uow;
     _mapper  = new Mapper(MapperConfigBL.Configure());
 }
Пример #2
0
 public FileToDownloadService(IUnitOfWork uow)
 {
     Database = uow;
     _mapper  = new Mapper(MapperConfigBL.Configure());
 }