コード例 #1
0
ファイル: PhongBUS.cs プロジェクト: tqhb1995/DOAN-CSDL-NC
 public static int KiemTra(PhongDTO lp)
 {
     return(PhongDAO.KiemTra(lp));
 }