public class MyClientFactory: MyGrpcClientFactory
{
public MyClientFactory(string grpcServiceUrl) : base(grpcServiceUrl)
{}
public IMyGrpcService GetMyGrpcService() => CreateGrpcService<IMyGrpcService>();
}
-
Notifications
You must be signed in to change notification settings - Fork 0
License
MyJetWallet/MyJetWallet.Sdk.Grpc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.