mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 23:01:52 +01:00
11 lines
172 B
C#
11 lines
172 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
using Capnp.Rpc;
|
|
|
|
namespace FabAccessAPI {
|
|
class InjectableTcpRpcClient : TcpRpcClient {
|
|
|
|
}
|
|
}
|