摘要:
using System;using System.Web.DynamicData;using System.ComponentModel.DataAnnotations;[MetadataType(typeof(ProductMetaData))]public partial class Product{}public class ProductMetaData{ // Applying ... 阅读全文
posted @ 2012-04-21 18:33
.net's
阅读(443)
评论(0)
推荐(0)