Example #1
0
 public AdminsController(LabourZillaZoneContext context)
 {
     _context = context;
 }
Example #2
0
 public Labours1Controller(LabourZillaZoneContext context)
 {
     _context = context;
 }
Example #3
0
 public LaboursController(LabourZillaZoneContext context, IWebHostEnvironment hostEnvironment)
 {
     _context        = context;
     _hostEnviroment = hostEnvironment;
 }
Example #4
0
 public UsersController(LabourZillaZoneContext context)
 {
     _context = context;
 }