示例#1
0
 protected void Delete(T obj)
 {
     SqlUtility.Delete <T>(obj, TableName, _connection);
 }