Exemple #1
0
 protected T GetById(int id)
 {
     return(SqlUtility.GetById <T>(id, TableName, _connection));
 }