Example #1
0
 public Task <int> InsertAndReturnInsertedPK(RootObject TEntity)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public Task Update(RootObject TEntity)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public Task Insert(RootObject TEntity)
 {
     throw new NotImplementedException();
 }