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