コード例 #1
0
 public SegundaApiController(ISegundaApi iSegundaApi)
 {
     this._iSegundaApi = iSegundaApi;
 }