コード例 #1
0
ファイル: AccountControl.cs プロジェクト: thienmta/QLKS
 public int addTaiKhoan(AccountObject accObj)
 {
     return(tk.AddData(accObj));
 }