IRpcConfig.cs 130 B

123456789
  1. 
  2. namespace TEAMModelOS.SDK.Module.GrpcServer.Interfaces
  3. {
  4. public interface IRpcConfig
  5. {
  6. void Start();
  7. }
  8. }