Beispiel #1
0
 public RequestsController(prs0Context context)
 {
     _context = context;
 }
Beispiel #2
0
 public UsersController(prs0Context context)
 {
     this._context = context;
 }