ComplianceServer/oldcode/CRMServices/Res_AlloCate/ResAllocate.cs

16 lines
305 B
C#

using WX.CRM.BLL.Res;
namespace WX.CRM.CRMServices.Res_AlloCate
{
public class ResAllocate
{
/// <summary>
/// 资源分配
/// </summary>
public void ResourceAllocate()
{
new RES_ALLOCATE_BL().TimingExecuteAllocateProc();
}
}
}