Пример #1
0
 public string GetTableName <T>() where T : BaseEntity
 {
     return(SQLBuilderHelper.GetTableName(typeof(T)));
 }