Exemplo n.º 1
0
 public int DeleteById(int partyId)
 {
     return(aPartyAccess.DeleteById(partyId));
 }