Beispiel #1
0
 public int UpdateMeetingNoticeInfo(T_OA_MEETINGINFO info, T_OA_MEETINGMESSAGE message)
 {
     using (MeetingManagementBll MeetingInfoBLL = new MeetingManagementBll())
     {
         return(MeetingInfoBLL.UpdateMeetingNoticeInfo(info, message));
     }
 }
Beispiel #2
0
 public int UpdateMeetingNoticeInfo(T_OA_MEETINGINFO info, T_OA_MEETINGMESSAGE message)
 {
     using (MeetingManagementBll MeetingInfoBLL = new MeetingManagementBll())
     {
         return MeetingInfoBLL.UpdateMeetingNoticeInfo(info, message);
     }
 }