6 lines
74 B
C#
6 lines
74 B
C#
namespace Fab;
|
|
|
|
public interface IDataSource
|
|
{
|
|
DataStore? ToStore();
|
|
} |