コード例 #1
0
 public Task <bool> DeleteASync(Reshteh entity)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public bool Delete(Reshteh entity)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public Reshteh Insert_ReturnObject(Reshteh entity)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public Task <Reshteh> Insert_ReturnObjectASync(Reshteh entity)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
 public bool Insert(Reshteh entity)
 {
     throw new NotImplementedException();
 }