Commit före flytt avStatusparameter från point till round
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
|
||||
using GreadyPoang.EntityLayer;
|
||||
|
||||
namespace GreadyPoang.DataLayer;
|
||||
|
||||
public interface ICombinedRepository
|
||||
{
|
||||
IEnumerable<RoundBuilderElement> roundBuilderElements();
|
||||
}
|
||||
Reference in New Issue
Block a user