예제 #1
0
 public void DeleteBranchCustomers(Guid id, Guid idAccount)
 {
     _branchDao.DeleteBranchCustomers(id, idAccount);
 }