コード例 #1
0
 public ContactService(ISettingsService service, string twAccountSid, string twAuthToken, string sgCredentials,
     ISettingsTsqlRepository orderFlowRepo)
 {
     _service = service;
     _twAccountSid = twAccountSid;
     _twAuthToken = twAuthToken;
     _sgCredentials = sgCredentials;
     _orderFlowRepo = orderFlowRepo;
 }
コード例 #2
0
 public SettingsService(ISettingsTsqlRepository settingsRepo)
 {
     _settingsRepo = settingsRepo;
 }