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