Exemplo n.º 1
0
 /// <summary>
 /// Points the of contact delete bal.
 /// </summary>
 /// <param name="_OrganizationRelation">The organization relation.</param>
 /// <returns>System.Int32.</returns>
 public int PointOfContact_DeleteBAL(PointsOfContact _OrganizationRelation)
 {
     return(DAL.PointOfContact_DeleteDAL(_OrganizationRelation));
 }