Ejemplo n.º 1
0
		/// <summary>
		///     Creates a new instance of PingService.
		/// </summary>
		public PingService(Service service)
		{
			_service = service;
		}
Ejemplo n.º 2
0
		/// <summary>
		///     Creates a new instance of MeService.
		/// </summary>
		public MeService(Service service)
		{
			_service = service;
		}