예제 #1
0
 public GalleriesController(IGalleryRepo repository)
 {
     _repository = repository;
 }
 public GalleryController(IGalleryRepo gallery)
 {
     this._gallery = gallery;
 }
예제 #3
0
 public GalleryController(IGalleryRepo iGalleryRepo)
 {
     this._iGalleryRepo = iGalleryRepo;
 }