mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-30 10:55:16 -04:00
Finishing to rework repositories
This commit is contained in:
@@ -96,7 +96,7 @@ namespace Kyoo.Controllers
|
||||
return await query.ToListAsync();
|
||||
}
|
||||
|
||||
public abstract Task<T> Create(T obj);
|
||||
public abstract Task<T> Create([NotNull] T obj);
|
||||
|
||||
public virtual async Task<T> CreateIfNotExists(T obj)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user