Ejemplo n.º 1
0
 public static bool DeleteById(int addressId)
 {
     return(dal.DeleteById(addressId));
 }