Add "Image" context to add images for the users
This commit is contained in:
9
Back/skydiveLogs-api.Data/Interface/IImageRepository.cs
Normal file
9
Back/skydiveLogs-api.Data/Interface/IImageRepository.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using skydiveLogs_api.Model;
|
||||
|
||||
|
||||
namespace skydiveLogs_api.Data.Interface
|
||||
{
|
||||
public interface IImageRepository : IRepository<Image>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user