Initial Commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Model.Entity;
|
||||
|
||||
namespace Services.Immortal;
|
||||
|
||||
public class EntityService : IEntityService
|
||||
{
|
||||
public List<EntityModel> GetEntities()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user