Beispiel #1
0
 public PictureManager(IUnitOfWork uow)
 {
     this.picrepo = uow.GetPictureRepository();
 }