public PinController(ThesisAPIContext context) { this._repository = new PinRepo(context); }
public PinController(ESPSeverContext context) { this._repository = new PinRepo(context); }