20211130 与材料系统对接接口打通
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
namespace BLL
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
public static class CNCECHSSEWebService
|
||||
{
|
||||
public static void getLaw()
|
||||
{
|
||||
CNCECHSSEService.HSSEServiceClient hsseC = new CNCECHSSEService.HSSEServiceClient();
|
||||
var getlaw = hsseC.GetLaw_LawRegulationListToSUB();
|
||||
// var getlaw= hsseC.GetLaw_LawRegulationListToSUBAsync();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user