move more logic into DataAccessManager
This commit is contained in:
@ -17,7 +17,7 @@ namespace COA.EnterpriseServices.DataAccess.QuickBase
|
||||
|
||||
public bool Update(T item)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
return true;
|
||||
}
|
||||
|
||||
public T Get(int id)
|
||||
|
Reference in New Issue
Block a user