public BranchListViewComponent(CrimsonBackendClient client)
 {
     this._client = client;
 }
예제 #2
0
 public OffersController(CrimsonBackendClient client)
 {
     this._client = client;
 }
예제 #3
0
 public ResultController(CrimsonBackendClient client)
 {
     this._client = client;
 }