mirror of
https://github.com/farcasclaudiu/MartianRobots.git
synced 2026-06-28 15:01:05 +03:00
Add project files.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using MartianRobots.Web.Shared;
|
||||
using MartianRobotsSolver;
|
||||
|
||||
namespace MartianRobots.Web.Server.Data
|
||||
{
|
||||
public interface IRobotSolutionStorage
|
||||
{
|
||||
void Add(RobotSolutionModel solution);
|
||||
List<RobotSolutionModel> List();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user