using NXWMS.Client.Interface.WmsTask; using NXWMS.Client.WebApiService.Routers.WmsTask; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace NXWMS.Services { public static class WmsTaskManageService { public static IWmsTskTaskService wmsTskTaskService => new WmsTskTaskService(); } }