Auto clean code
This commit is contained in:
@@ -5,9 +5,12 @@ namespace skydiveLogs_api.DomainService.Repositories
|
||||
{
|
||||
public interface IFavoriteDropZoneRepository : IRepository<FavoriteDropZone>
|
||||
{
|
||||
#region Public Methods
|
||||
|
||||
int Delete(int dropZoneId, int userId);
|
||||
|
||||
IEnumerable<FavoriteDropZone> GetAll(User user);
|
||||
|
||||
#endregion Public Methods
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user