예제 #1
0
 /// <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.
 }