示例#1
0
 public ImageService(IRepositoryFactory repositoryFactory)
 {
     _imageRepository = repositoryFactory.CreateImageRepository();
 }