Пример #1
0
 protected T Add(T obj)
 {
     return(SqlUtility.Add <T>(obj, TableName, _connection));
 }