added controller stub. before changing idataaccess to abstract class

This commit is contained in:
2020-10-15 07:07:32 -04:00
parent 1cd994b074
commit ec52a8233a
10 changed files with 73 additions and 56 deletions

View File

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