摘要: //SCHGNContextRepository.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data.Entity;using System.Linq.Expressions;using System.Data.SqlClient;namespace SCHGN.DAL{ public class SCHGNContextRepository<T>:IRepository<T> where T :class { prot 阅读全文
posted @ 2012-01-31 09:52 bert.zeng 阅读(185) 评论(0) 推荐(0)