8 lines
120 B
C#
8 lines
120 B
C#
namespace Connected.Data.Schema
|
|
{
|
|
public interface ISchemaService
|
|
{
|
|
Task Synchronize(List<Type>? entities);
|
|
}
|
|
}
|