コード例 #1
0
 public SmsRequestController(IBackgroundJobClient jobClient, IChangeRequestStatus changeRequestStatus)
 {
     this.jobClient           = jobClient;
     this.changeRequestStatus = changeRequestStatus;
 }
コード例 #2
0
 public SmsRequestController(IBackgroundJobClient jobClient, IChangeRequestStatus changeRequestStatus)
 {
     this.jobClient = jobClient;
     this.changeRequestStatus = changeRequestStatus;
 }