mirror of
https://github.com/yawaflua/SkinsApi.git
synced 2025-12-09 03:49:32 +02:00
Add project files.
This commit is contained in:
9
Interfaces/SkinService/IProfile.cs
Normal file
9
Interfaces/SkinService/IProfile.cs
Normal file
@@ -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