mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 16:50:10 +00:00
Migrate GetSystemById
This commit is contained in:
parent
511cf0ab55
commit
c927967c3b
5 changed files with 11 additions and 12 deletions
|
|
@ -51,12 +51,6 @@ namespace PluralKit.Core {
|
|||
|
||||
public interface IDataStore
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets a system by its internal system ID.
|
||||
/// </summary>
|
||||
/// <returns>The <see cref="PKSystem"/> with the given internal ID, or null if no system was found.</returns>
|
||||
Task<PKSystem> GetSystemById(int systemId);
|
||||
|
||||
/// <summary>
|
||||
/// Gets a system by its user-facing human ID.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue