コード例 #1
0
ファイル: PhongBLL.cs プロジェクト: tranquytung/hoc-
 public int KiemTraMaTrung(int sophong)
 {
     return(PDAO.KiemTraMaTrung(sophong));
 }