Initial commit
This commit is contained in:
10
Oqtane.Server/Repository/ISkinRepository.cs
Normal file
10
Oqtane.Server/Repository/ISkinRepository.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
using Oqtane.Models;
|
||||
|
||||
namespace Oqtane.Repository
|
||||
{
|
||||
public interface ISkinRepository
|
||||
{
|
||||
IEnumerable<Skin> GetSkins();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user