Beispiel #1
0
 public CarModelService(GrpcChannel channel)
 {
     carModelServiceClient = new GrpcCarModelService.GrpcCarModelServiceClient(channel);
 }
 public CarModelsManagerService(ISyncLocalStorageService localStorage, GrpcChannel channel)
 {
     carModelServiceClient = new GrpcCarModelService.GrpcCarModelServiceClient(channel);
     this.localStorage     = localStorage;
 }