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