示例#1
0
 public MasterServicesHc(IHttpCheck httpCheck)
 {
     _httpCheck     = httpCheck;
     _configuration = ConfigurationManager.GetConfiguration("servicesettings.json");
 }
示例#2
0
 public CustomerServicesHc(IHttpCheck httpCheck, IConfiguration configuration)
 {
     _httpCheck     = httpCheck;
     _configuration = configuration;
 }
示例#3
0
 public ProductServicesHc(IHttpCheck httpCheck, IConfiguration configuration)
 {
     _httpCheck     = httpCheck;
     _configuration = configuration;
 }
示例#4
0
 public PerformanceAppraisalsServicesHc(IHttpCheck httpCheck)
 {
     _httpCheck     = httpCheck;
     _configuration = ConfigurationManager.GetConfiguration("servicesettings.json");
 }