mirror of
https://github.com/bitwarden/mobile
synced 2025-12-27 13:43:32 +00:00
TableView to add site page
This commit is contained in:
@@ -8,7 +8,7 @@ using SQLite;
|
||||
namespace Bit.App.Repositories
|
||||
{
|
||||
public abstract class Repository<T, TId> : IRepository<T, TId>
|
||||
where TId : IEquatable<TId>
|
||||
where TId : IEquatable<TId>
|
||||
where T : class, IDataObject<TId>, new()
|
||||
{
|
||||
public Repository(ISqlService sqlService)
|
||||
|
||||
Reference in New Issue
Block a user