mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-19 08:21:22 +00:00
8 lines
103 B
C#
8 lines
103 B
C#
|
namespace FSO.Server.Database.DA
|
|||
|
{
|
|||
|
public interface IDAFactory
|
|||
|
{
|
|||
|
IDA Get();
|
|||
|
}
|
|||
|
}
|