摘要:
/// <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™
阅读(13)评论(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™
阅读(19)评论(0)推荐(0)
编辑