Пример #1
0
 /// <summary>
 /// 构造
 /// </summary>
 public UserController(IGrpcServiceHelper grpcServiceHelper)
 {
     this.grpcServiceHelper = grpcServiceHelper;
 }
Пример #2
0
 /// <summary>
 /// 构造
 /// </summary>
 public LoginController(IGrpcServiceHelper grpcServiceHelper)
 {
     this.grpcServiceHelper = grpcServiceHelper;
 }