mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
6 lines
102 B
C#
6 lines
102 B
C#
namespace BBDown.Core;
|
|
|
|
public interface IFetcher
|
|
{
|
|
Task<Entity.VInfo> FetchAsync(string id);
|
|
} |