Change open and save file logic
This commit is contained in:
12
DataAccess/Infrastructures/IGetJsonDataByRootObjectLogic.cs
Normal file
12
DataAccess/Infrastructures/IGetJsonDataByRootObjectLogic.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using DataAccess.DTOs;
|
||||
using StructureHelperCommon.Infrastructures.Interfaces;
|
||||
|
||||
namespace DataAccess.Infrastructures
|
||||
{
|
||||
public interface IGetJsonDataByRootObjectLogic : ILogic
|
||||
{
|
||||
IRootObjectDTO RootObject { get; set; }
|
||||
|
||||
string GetJsonData();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user