Beispiel #1
0
 public API_AuthController(IAPI_AuthService _API_AuthService)
 {
     this._API_AuthService = _API_AuthService;
 }
 public API_CardController(IAPI_CardService _API_CardService, ItblCardService _tblCardService, IAPI_AuthService _API_AuthService)
 {
     this._API_CardService = _API_CardService;
     this._tblCardService  = _tblCardService;
     this._API_AuthService = _API_AuthService;
 }