Example #1
0
 protected BaseController(HiloadContext context)
 {
     Context = context;
 }
Example #2
0
 public UsersController(HiloadContext context) : base(context)
 {
 }
Example #3
0
 public VisitsController(HiloadContext context) : base(context)
 {
 }
Example #4
0
 public LocationsController(HiloadContext context) : base(context)
 {
 }
Example #5
0
 public InitService(HiloadContext context)
 {
     _context      = context;
     Visit.context = context;
 }