예제 #1
0
 public int TaiKhoan(string UserName, string PassWord)
 {
     return(_accountDal.TaiKhoan(UserName, PassWord));
 }