コード例 #1
0
 public int LoginAdmin(string UserName, string PassWord)
 {
     return(customerDL.LoginAdmin(UserName, PassWord));
 }