remove single Get()

This commit is contained in:
2020-10-14 12:10:25 -04:00
parent aab741d1f0
commit 97622a576c
4 changed files with 4 additions and 16 deletions

View File

@ -20,12 +20,6 @@ namespace COA.EnterpriseServices.DataAccess.QuickBase
return true;
}
public T Get(int id)
{
// we'll never get data from QB
return null;
}
public ICollection<T> Get(Expression<Func<T, bool>> query)
{
// we'll never get data from QB