Exemplo n.º 1
0
 public string Delete(int ID_Socio)
 {
     SocioNegocioBL bl = new SocioNegocioBL();
     return bl.SocioNegocioDelete(ID_Socio);
 }