Ejemplo n.º 1
0
 public void DeleteBranchCustomers(Guid id, Guid idAccount)
 {
     _branchDao.DeleteBranchCustomers(id, idAccount);
 }