C# Class SampleApp1.HelloWorldService

Inheritance: IHelloWorldService
Afficher le fichier Open project: holinov/Zen.Core

Méthodes publiques

Méthode Description
GetWebserviceName ( ) : string
Hello ( string name ) : string
HelloWorldService ( IRepositoryWithGuid userRepository ) : System

Method Details

GetWebserviceName() public méthode

public GetWebserviceName ( ) : string
Résultat string

Hello() public méthode

public Hello ( string name ) : string
name string
Résultat string

HelloWorldService() public méthode

public HelloWorldService ( IRepositoryWithGuid userRepository ) : System
userRepository IRepositoryWithGuid
Résultat System