move more logic into DataAccessManager

This commit is contained in:
2020-10-14 12:02:05 -04:00
parent 2a03bc6bc8
commit aab741d1f0
8 changed files with 30 additions and 44 deletions

View File

@ -17,7 +17,7 @@ namespace COA.EnterpriseServices.DataAccess.QuickBase
public bool Update(T item)
{
throw new NotImplementedException();
return true;
}
public T Get(int id)