C# Class SampleApp1.HelloWorldService

Inheritance: IHelloWorldService
Show file Open project: holinov/Zen.Core

Public Methods

Method Description
GetWebserviceName ( ) : string
Hello ( string name ) : string
HelloWorldService ( IRepositoryWithGuid userRepository ) : System

Method Details

GetWebserviceName() public method

public GetWebserviceName ( ) : string
return string

Hello() public method

public Hello ( string name ) : string
name string
return string

HelloWorldService() public method

public HelloWorldService ( IRepositoryWithGuid userRepository ) : System
userRepository IRepositoryWithGuid
return System