feat(repo): IArenaTwoPickRunRepository + tests
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using SVSim.Database.Models;
|
||||
|
||||
namespace SVSim.Database.Repositories.Viewer;
|
||||
|
||||
public interface IArenaTwoPickRunRepository
|
||||
{
|
||||
Task<ViewerArenaTwoPickRun?> GetByViewerIdAsync(long viewerId);
|
||||
Task UpsertAsync(ViewerArenaTwoPickRun run);
|
||||
Task DeleteAsync(long viewerId);
|
||||
}
|
||||
Reference in New Issue
Block a user