This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using System.Threading.Tasks;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using System.Collections.Generic;
|
||||
using AyaNova.Models;
|
||||
|
||||
namespace AyaNova.Biz
|
||||
{
|
||||
@@ -9,7 +9,7 @@ namespace AyaNova.Biz
|
||||
/// </summary>
|
||||
internal interface IImportAbleObject
|
||||
{
|
||||
Task<List<string>> ImportData(JArray ja);
|
||||
Task<List<string>> ImportData(AyImportData importData);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user