Esempio n. 1
0
 /// <summary>
 /// 构造
 /// </summary>
 public UserController(IGrpcServiceHelper grpcServiceHelper)
 {
     this.grpcServiceHelper = grpcServiceHelper;
 }
Esempio n. 2
0
 /// <summary>
 /// 构造
 /// </summary>
 public LoginController(IGrpcServiceHelper grpcServiceHelper)
 {
     this.grpcServiceHelper = grpcServiceHelper;
 }