コード例 #1
0
 public AccountApiHelper(IConnectionSettings connectionSettings)
 {
     _genericApiHelper = new GenericApiHelper(connectionSettings, "account");
 }
コード例 #2
0
 public SocApiHelper(IConnectionSettings connectionSettings)
 {
     _connectionSettings = connectionSettings;
     _portal             = "soc";
     _genericApiHelper   = new GenericApiHelper(connectionSettings, _portal);
 }