コード例 #1
0
ファイル: OrganizationBAL.cs プロジェクト: waqasBashir/TMS
 /// <summary>
 /// Points the of contact update bal.
 /// </summary>
 /// <param name="_OrganizationRelation">The organization relation.</param>
 /// <returns>System.Int32.</returns>
 public int PointOfContact_UpdateBAL(PointsOfContact _OrganizationRelation)
 {
     return(DAL.PointOfContact_UpdateDAL(_OrganizationRelation));
 }