mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-15 17:52:57 -07:00
stuff
This commit is contained in:
parent
39cac898c6
commit
fc3ed1105d
26 changed files with 294 additions and 166 deletions
|
@ -143,5 +143,10 @@ namespace Ombi.Store.Repository
|
|||
Db.SaveChanges();
|
||||
|
||||
}
|
||||
|
||||
public IQueryable<RequestBlobs> GetAllQueryable()
|
||||
{
|
||||
return Db.Requests.AsQueryable();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue