Преглед изворни кода

app2.0 发送消息

临城职教中职
ndbs пре 2 година
родитељ
комит
8fecbcd2b2
1 измењених фајлова са 19 додато и 0 уклоњено
  1. +19
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/MeetingManagement/MeetingManagementBLL.cs

+ 19
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/MeetingManagement/MeetingManagementBLL.cs Прегледај датотеку

@@ -237,6 +237,25 @@ namespace Learun.Application.TwoDevelopment.PersonnelManagement
}
}
}
public void ReceivedList(string processId)
{
try
{
meetingManagementService.ReceivedList(processId);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowBusinessException(ex);
}
}
}
#endregion

}


Loading…
Откажи
Сачувај