C# Class QuickCode1.WsdlTemplate.Service

Inheritance: ITest
Mostrar archivo Open project: carlosfigueira/WCFQuickSamples

Public Methods

Method Description
Add ( int x, int y ) : int
EchoPerson ( Person p ) : Person

Method Details

Add() public method

public Add ( int x, int y ) : int
x int
y int
return int

EchoPerson() public method

public EchoPerson ( Person p ) : Person
p Person
return Person