예제 #1
0
 public int Delete(object entity)
 {
     return(Delete(DictionaryDataRecord.FromEntity(entity)));
 }
예제 #2
0
 public T Read <T>(object entity)
 {
     return(Read <T>(DictionaryDataRecord.FromEntity(entity)));
 }
예제 #3
0
 public int Insert(object entity)
 {
     return(Insert(DictionaryDataRecord.FromEntity(entity)));
 }