コード例 #1
0
ファイル: MasterServicesHc.cs プロジェクト: huutoannht/Hris
 public MasterServicesHc(IHttpCheck httpCheck)
 {
     _httpCheck     = httpCheck;
     _configuration = ConfigurationManager.GetConfiguration("servicesettings.json");
 }
コード例 #2
0
ファイル: CustomerServicesHc.cs プロジェクト: ageeb1982/POS
 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");
 }