コード例 #1
0
ファイル: CRMManager.cs プロジェクト: harlov-va/st_publish
 public void DeleteClient(int id)
 {
     try
     {
         db.DeleteClient(id);
     }
     catch (Exception ex)
     {
         RDL.Debug.LogError(ex);
     }
 }