public DerogationUsersController(DerogationContext ctx)
 {
     _ctx = ctx;
 }
Beispiel #2
0
 public DerogationItemController(DerogationContext ctx)
 {
     _ctx = ctx;
 }
Beispiel #3
0
 public InternetLinksController(DerogationContext ctx)
 {
     _ctx = ctx;
 }
Beispiel #4
0
 public AuthController(DerogationContext ctx)
 {
     _ctx = ctx;
 }
Beispiel #5
0
 public DerogationHeaderController(DerogationContext ctx)
 {
     _ctx = ctx;
 }
 public DerogationDepartmentsController(DerogationContext ctx)
 {
     _ctx = ctx;
 }