public UrunlerimizController(IImagesServices imagesServices,
                              IContentsServices contentsServices,
                              IDBCodesServices dbCodesServices)
 {
     _imagesServices   = imagesServices;
     _contentsServices = contentsServices;
     _dbCodesServices  = dbCodesServices;
 }
 public KastamonuFanilasiController(IImagesServices imagesServices,
                                    IContentsServices contentsServices,
                                    IDBCodesServices dbCodesServices)
 {
     _imagesServices   = imagesServices;
     _contentsServices = contentsServices;
     _dbCodesServices  = dbCodesServices;
 }
 public AnasayfaController(IImagesServices imagesServices,
                           IContentsServices contentsServices,
                           IDBCodesServices dbCodesServices)
 {
     _imagesServices   = imagesServices;
     _contentsServices = contentsServices;
     _dbCodesServices  = dbCodesServices;
 }
Esempio n. 4
0
 public ImageController(IImagesServices imgServices)
 {
     this.imageServices = imgServices;
 }
 public ProfileImageController(IImagesServices images, IUsersServices users)
 {
     this.images = images;
     this.users = users;
 }
Esempio n. 6
0
 public HakkımızdaController(IImagesServices imagesServices,
                             IContentsServices contentsServices)
 {
     _imagesServices   = imagesServices;
     _contentsServices = contentsServices;
 }
Esempio n. 7
0
 public AnasayfaController(IImagesServices imagesServices
                           , IContentsServices contentsService)
 {
     _imagesServices   = imagesServices;
     _contentsServices = contentsService;
 }