Auto clean code
This commit is contained in:
@@ -5,6 +5,10 @@ namespace skydiveLogs_api.DomainService.Repositories
|
||||
{
|
||||
public interface IGearRepository : IRepository<Gear>
|
||||
{
|
||||
#region Public Methods
|
||||
|
||||
IEnumerable<Gear> GetAll(User connectedUser);
|
||||
|
||||
#endregion Public Methods
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user