mirror of
https://github.com/yawaflua/SkinsApi.git
synced 2026-04-24 16:40:41 +03:00
Add project files.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using SkinsApi.Sources;
|
||||
|
||||
namespace SkinsApi.Interfaces.Services
|
||||
{
|
||||
public interface ISkinService
|
||||
{
|
||||
Task<Skin> GetSkinStreamAsync(string data);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
namespace SkinsApi.Interfaces.SkinService
|
||||
{
|
||||
public interface IProfile
|
||||
{
|
||||
public string id { get; set; }
|
||||
public string name { get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user