Beispiel #1
0
 public void Delete_Customer_Address_By_Id(int customer_Address_Id)
 {
     _customerRepo.Delete_Customer_Address_By_Id(customer_Address_Id);
 }