Added database loading logic
This commit is contained in:
5
src/HopFrame.Core/Services/ITableManager.cs
Normal file
5
src/HopFrame.Core/Services/ITableManager.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace HopFrame.Core.Services;
|
||||
|
||||
public interface ITableManager {
|
||||
public Task<IEnumerable<object>> LoadPage(int page, int perPage = 25);
|
||||
}
|
||||
Reference in New Issue
Block a user