Exemplo n.º 1
0
 public PinController(ThesisAPIContext context)
 {
     this._repository = new PinRepo(context);
 }
Exemplo n.º 2
0
 public PinController(ESPSeverContext context)
 {
     this._repository = new PinRepo(context);
 }