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