Exemplo n.º 1
0
 public ImageManager(IUnitOfWork uow)
 {
     this.repo = uow.GetImageRepository();
 }