コード例 #1
0
ファイル: UIBranches.cs プロジェクト: ePayment/account
 public static int Delete(string id)
 {
     return(dal_branch.Delete(id));
 }