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