示例#1
0
 public int ValidateforCustomer(string userid, string pwd)
 {
     return(ob.ValidateforCustomer(userid, pwd));
 }