mirror of
https://github.com/bolucat/Archive.git
synced 2025-09-26 20:21:35 +08:00
6 lines
102 B
C#
6 lines
102 B
C#
namespace BBDown.Core;
|
|
|
|
public interface IFetcher
|
|
{
|
|
Task<Entity.VInfo> FetchAsync(string id);
|
|
} |