コード例 #1
0
 public UserInformation(IPersonLocalStorage personLocalStorage,
                        IContextMappingLocalStorage contextMappingLocalStorage,
                        IRestSharp restSharpHelper)
 {
     PersonLocalStorage         = personLocalStorage;
     ContextMappingLocalStorage = contextMappingLocalStorage;
     RestSharpHelper            = restSharpHelper;
 }
コード例 #2
0
ファイル: PTX.cs プロジェクト: ken810808/bus_netCore_api
 /// <summary>
 /// Construct
 /// </summary>
 /// <param name="myRestSharp">外部注入呼叫API的實體</param>
 public PTX(IRestSharp restSharp)
 {
     //改由外部注入呼叫API的實體
     this._myRestSharp = restSharp;
 }