Exemple #1
0
 public void DeleteCustomerAccountForm(string keyValue)
 {
     customerAccountRepository.Delete(t => t.F_Id == keyValue);
 }