123456789101112131415161718 |
- using Grpc.Net.Client;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace XYY.WindowsService.ReshMQ
- {
- public class OrderGrpcChannel
- {
- public GrpcChannel Channel
- {
- get; set;
- }
- }
- }
|