예제 #1
0
 public static SqlDataReader validatecustomer(string password, string customerphone)
 {
     return(AnkapurRepository.validatecustomer(password, customerphone));
 }