3-商品管理EFf

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using MEH.Month.Test.IDAL;
using MEH.Month.Test.DAL;

namespace MEH.Month.Test.Factory
{
public class EFFactory : SumFactory
{
public override ICommon CreateCommonDal()
{
return new CommonDal();
}
}
}

posted @ 2018-12-20 09:35  平生。  阅读(111)  评论(0编辑  收藏  举报