This commit is contained in:
2020-10-13 23:10:25 -04:00
parent a2a22af7dd
commit 4ed44dc913
5 changed files with 89 additions and 4 deletions

View File

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