Update about the relation column "User" for the images
and begin to add a column in "Aircraft"
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
using skydiveLogs_api.Model;
|
||||
using System.Collections.Generic;
|
||||
using skydiveLogs_api.Model;
|
||||
|
||||
|
||||
namespace skydiveLogs_api.Data.Interface
|
||||
{
|
||||
public interface IImageRepository : IRepository<Image>
|
||||
{
|
||||
IEnumerable<Image> GetAll(User user);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user