コード例 #1
0
ファイル: Class1.cs プロジェクト: BInny1/United-Car-Exchange
 /// <summary>
 /// Receives a singleton that adheres to the ISiteInterface interface.
 /// </summary>
 private void CustomMethod(ISiteInterface interfaceObject)
 {
     // Use the singleton by its interface.
 }
コード例 #2
0
 /// <summary>
 /// Receives a singleton that adheres to the ISiteInterface interface.
 /// </summary>
 private void CustomMethod(ISiteInterface interfaceObject)
 {
     // Use the singleton by its interface.
 }