Beispiel #1
0
 public bool Check_Existing_Customer(string customer_Name)
 {
     return(_customerRepo.Check_Existing_Customer(customer_Name));
 }