Пример #1
0
 /// <summary>
 /// Points the of contact create bal.
 /// </summary>
 /// <param name="_OrganizationRelation">The organization relation.</param>
 /// <returns>System.Int64.</returns>
 public long PointOfContact_CreateBAL(PointsOfContact _OrganizationRelation)
 {
     return(DAL.PointOfContact_CreateDAL(_OrganizationRelation));
 }