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