コード例 #1
0
ファイル: Client.cs プロジェクト: ivanko-yuz/Patterns.Example
 public void Operation(Abstraction service)
 {
     service.Opretation();
 }