网站首页
编程语言
数据库
系统相关
其他分享
编程问答
Geovin
2023-01-08
CSharp: Unit of Work Pattern in donet core 6
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tasks;namespaceGeovin.Du.DuUnitOfWork.Domai
2022-12-17
CSharp: Proxy Pattern in donet.core 6.0
usingSystem;usingSystem.Collections.Generic;usingSystem.Data;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tasks;namespaceGeovin.Du
2022-11-16
CSharp: Facade Pattern in donet 6
///<summary>///外观模式FacadePattern///银行///</summary>publicclassBank{publicboolIsUntrustworthy(Custome
2022-11-05
CSharp: Factory Method Pattern in donet 6
///<summary>///TheProductdeclarestheinterface,whichiscommontoallobjects///thatcanbeproducedbythecreator<seecref="Restau