Change open and save file logic
This commit is contained in:
@@ -6,5 +6,6 @@ namespace DataAccess.Infrastructures
|
||||
public interface IFileOpenLogic : ILogic
|
||||
{
|
||||
OpenProjectResult OpenFile();
|
||||
OpenProjectResult OpenFile(string fileName);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user