8 lines
105 B
C#
8 lines
105 B
C#
namespace PARR.AIHIT
|
|
{
|
|
public interface ISyncher
|
|
{
|
|
Task InvokeFromDatabase();
|
|
}
|
|
}
|