remove single Get()
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user