예제 #1
0
 public EvSahibisController(emlakoContext context)
 {
     _context = context;
 }
예제 #2
0
 public OfisController(emlakoContext context)
 {
     _context = context;
 }
예제 #3
0
 public PersonelsController(emlakoContext context)
 {
     _context = context;
 }
예제 #4
0
 public IlanKoysController(emlakoContext context)
 {
     _context = context;
 }
예제 #5
0
 public FotografsController(emlakoContext context, IWebHostEnvironment hostEnvironment)
 {
     _context           = context;
     webHostEnvironment = hostEnvironment;
 }
예제 #6
0
 public EvKirasController(emlakoContext context)
 {
     _context = context;
 }
예제 #7
0
 public UsersController(emlakoContext context)
 {
     _context = context;
 }
예제 #8
0
 public AdminsController(emlakoContext context)
 {
     _context = context;
 }
예제 #9
0
 public OzelliksController(emlakoContext context)
 {
     _context = context;
 }
예제 #10
0
 public KiracisController(emlakoContext context)
 {
     _context = context;
 }