19 lines
502 B
C#
19 lines
502 B
C#
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();
|
|
}
|
|
}
|
|
}
|