Change open and save file logic
This commit is contained in:
10
DataAccess/Infrastructures/IGetRootObjectLogic.cs
Normal file
10
DataAccess/Infrastructures/IGetRootObjectLogic.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using DataAccess.DTOs;
|
||||
using StructureHelperCommon.Infrastructures.Interfaces;
|
||||
|
||||
namespace DataAccess.Infrastructures
|
||||
{
|
||||
public interface IGetRootObjectLogic : ILogic
|
||||
{
|
||||
RootObjectDTO? GetRootObject();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user