Testing more garbage encryption
This commit is contained in:
8
SVSim.Database/Repositories/Viewer/IViewerRepository.cs
Normal file
8
SVSim.Database/Repositories/Viewer/IViewerRepository.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using SVSim.Database.Enums;
|
||||
|
||||
namespace SVSim.Database.Repositories.Viewer;
|
||||
|
||||
public interface IViewerRepository
|
||||
{
|
||||
Task<Models.Viewer?> GetViewerBySocialConnection(SocialAccountType accountType, ulong socialId);
|
||||
}
|
||||
Reference in New Issue
Block a user