Ejemplo n.º 1
0
 public ImageService(IRepositoryFactory repositoryFactory)
 {
     _imageRepository = repositoryFactory.CreateImageRepository();
 }