码迷,mamicode.com
首页 > 其他好文 > 详细

3-商品管理SumF

时间:2018-12-20 10:25:12      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:thread   factory   lin   abstract   pac   task   read   .text   namespace   

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

namespace MEH.Month.Test.Factory
{
public abstract class SumFactory
{
public abstract ICommon CreateCommonDal();
public static SumFactory GetFactory()
{
//返回EF工厂
return new EFFactory();
}
}
}

3-商品管理SumF

标签:thread   factory   lin   abstract   pac   task   read   .text   namespace   

原文地址:https://www.cnblogs.com/PingShengI/p/10147509.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!