コード例 #1
0
ファイル: IssueMgtService.cs プロジェクト: jpheary/Argix08
 public bool UpdateContact(Argix.Enterprise.Contact contact)
 {
     return(new Argix.Enterprise.EnterpriseService().UpdateContact(contact));
 }
コード例 #2
0
ファイル: IssueMgtService.cs プロジェクト: jpheary/Argix08
 public int CreateContact(Argix.Enterprise.Contact contact)
 {
     return(new Argix.Enterprise.EnterpriseService().CreateContact(contact));
 }