Beispiel #1
0
 public void Delete_Customer_Contact_Type_By_Id(int customer_Contact_Type_Id)
 {
     _customerRepo.Delete_Customer_Contact_Type_By_Id(customer_Contact_Type_Id);
 }