摘要: 實體層(DLL):using System;using System.Collections.Generic;using System.Text;using System.Runtime.Remoting.Lifetime;namespace EntityCommon{ public interface IEntity { string EntityName { get;set;} string ... 阅读全文
posted @ 2006-10-09 15:29 一刀 阅读(266) 评论(0) 推荐(0)