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