public CarBrandsManagerService(ISyncLocalStorageService localStorage, GrpcChannel channel)
 {
     carBrandServiceClient = new GrpcCarBrandService.GrpcCarBrandServiceClient(channel);
     this.localStorage     = localStorage;
 }
Example #2
0
 public CarBrandService(GrpcChannel channel)
 {
     carBrandServiceClient = new GrpcCarBrandService.GrpcCarBrandServiceClient(channel);
 }