public UploadedFileService(IUnitOfWork uow)
 {
     Database = uow;
     _mapper  = new Mapper(MapperConfigBL.Configure());
 }
Exemple #2
0
 public FileToDownloadService(IUnitOfWork uow)
 {
     Database = uow;
     _mapper  = new Mapper(MapperConfigBL.Configure());
 }