예제 #1
0
 public PinController(ThesisAPIContext context)
 {
     this._repository = new PinRepo(context);
 }
예제 #2
0
 public PinController(ESPSeverContext context)
 {
     this._repository = new PinRepo(context);
 }