DTOs for index mostly done, doing DB models
This commit is contained in:
@@ -6,4 +6,5 @@ public interface IViewerRepository
|
||||
{
|
||||
Task<Models.Viewer?> GetViewerBySocialConnection(SocialAccountType accountType, ulong socialId);
|
||||
Task<Models.Viewer?> GetViewerWithSocials(ulong id);
|
||||
Task<Models.Viewer?> GetViewerByShortUdid(ulong shortUdid);
|
||||
}
|
||||
Reference in New Issue
Block a user