This commit is contained in:
13
server/AyaNova/biz/IImportAbleObject.cs
Normal file
13
server/AyaNova/biz/IImportAbleObject.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Threading.Tasks;
|
||||
using Newtonsoft.Json.Linq;
|
||||
namespace AyaNova.Biz
|
||||
{
|
||||
/// <summary>
|
||||
/// Interface for biz objects that support importing from JSON
|
||||
/// </summary>
|
||||
internal interface IImportAbleObject
|
||||
{
|
||||
Task ImportData(JArray ja);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user