public AutoPartManagerService(ISyncLocalStorageService localStorage, GrpcChannel channel) { this.localStorage = localStorage; autoPartServiceClient = new GrpcAutoPartService.GrpcAutoPartServiceClient(channel); }
public AutoPartService(GrpcChannel channel) { autoPartServiceClient = new GrpcAutoPartService.GrpcAutoPartServiceClient(channel); }