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