Пример #1
0
 public static TableSchemeData Create(TkDbContext context, ITableScheme scheme)
 {
     return(CacheManager.GetItem("TableSchemeData", scheme.GetCacheKey(),
                                 scheme, context).Convert <TableSchemeData>());
 }