Exemple #1
0
 public EvSahibisController(emlakoContext context)
 {
     _context = context;
 }
 public OfisController(emlakoContext context)
 {
     _context = context;
 }
Exemple #3
0
 public PersonelsController(emlakoContext context)
 {
     _context = context;
 }
Exemple #4
0
 public IlanKoysController(emlakoContext context)
 {
     _context = context;
 }
 public FotografsController(emlakoContext context, IWebHostEnvironment hostEnvironment)
 {
     _context           = context;
     webHostEnvironment = hostEnvironment;
 }
Exemple #6
0
 public EvKirasController(emlakoContext context)
 {
     _context = context;
 }
Exemple #7
0
 public UsersController(emlakoContext context)
 {
     _context = context;
 }
 public AdminsController(emlakoContext context)
 {
     _context = context;
 }
 public OzelliksController(emlakoContext context)
 {
     _context = context;
 }
 public KiracisController(emlakoContext context)
 {
     _context = context;
 }