5cdf8903d4
This reverts commit ccfde19d2d
.
8 lines
155 B
C#
8 lines
155 B
C#
namespace PettingZoo.Model
|
|
{
|
|
public interface IConnectionFactory
|
|
{
|
|
IConnection CreateConnection(ConnectionInfo connectionInfo);
|
|
}
|
|
}
|