IRpcController.cs 148 B

12345678
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace Google.ProtocolBuffers {
  5. public interface IRpcController {
  6. }
  7. }