Exemplo n.º 1
0
 protected ApiBaseController(IEventPlannerContext db)
 {
     Db = db;
 }
Exemplo n.º 2
0
 public UserController(IEventPlannerContext db)
     : base(db)
 {
 }