Exemplo n.º 1
0
 public int Delete(object entity)
 {
     return(Delete(DictionaryDataRecord.FromEntity(entity)));
 }
Exemplo n.º 2
0
 public T Read <T>(object entity)
 {
     return(Read <T>(DictionaryDataRecord.FromEntity(entity)));
 }
Exemplo n.º 3
0
 public int Insert(object entity)
 {
     return(Insert(DictionaryDataRecord.FromEntity(entity)));
 }