摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Geovin.Du.DuUnitOfWork.D
阅读全文
posted @ 2023-01-08 13:03
®Geovin Du Dream Park™
阅读(26)评论(0)推荐(0)
摘要:using Geovin.Du.DuObserver.DuNewspaper.Publishers.Common; using Geovin.Du.DuObserver.DuNewspaper.Subscribers.Common; using System; using System.Collec
阅读全文
posted @ 2022-12-21 23:20
®Geovin Du Dream Park™
阅读(27)评论(0)推荐(0)
摘要:using Geovin.Du.DuMemento.Conceptual; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tas
阅读全文
posted @ 2022-12-19 22:59
®Geovin Du Dream Park™
阅读(21)评论(0)推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Geovin.Du.DuChainOfRespo
阅读全文
posted @ 2022-12-17 23:45
®Geovin Du Dream Park™
阅读(25)评论(0)推荐(0)
摘要:using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Geovi
阅读全文
posted @ 2022-12-17 19:28
®Geovin Du Dream Park™
阅读(33)评论(0)推荐(0)
摘要:/// <summary> /// 外观模式 Facade Pattern /// 银行 /// </summary> public class Bank { public bool IsUntrustworthy(Customer customer, decimal loanAmount) { C
阅读全文
posted @ 2022-11-16 21:15
®Geovin Du Dream Park™
阅读(21)评论(0)推荐(0)
摘要:/// <summary> /// 适配器模式 亦称: 封装器模式、Wrapper、Adapter Adapter Pattern /// </summary> public class Employee { /// <summary> /// /// </summary> public int I
阅读全文
posted @ 2022-11-12 23:58
®Geovin Du Dream Park™
阅读(25)评论(0)推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Geovinu.Du.DuAbstractFac
阅读全文
posted @ 2022-11-06 07:05
®Geovin Du Dream Park™
阅读(38)评论(0)推荐(0)
摘要:/// <summary> /// The Product declares the interface, which is common to all objects /// that can be produced by the creator <see cref="Restaurants.Co
阅读全文
posted @ 2022-11-05 06:26
®Geovin Du Dream Park™
阅读(21)评论(0)推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApp1; /// <summar
阅读全文
posted @ 2022-11-02 21:07
®Geovin Du Dream Park™
阅读(28)评论(0)推荐(0)