|
@@ -5,6 +5,7 @@ namespace RealmContract
|
|
|
[ServiceContract(Name = "Calculator", Namespace = "http://www.egametang.com/")]
|
|
[ServiceContract(Name = "Calculator", Namespace = "http://www.egametang.com/")]
|
|
|
public interface ICalculator
|
|
public interface ICalculator
|
|
|
{
|
|
{
|
|
|
|
|
+ [OperationContract]
|
|
|
double Add(double x, double y);
|
|
double Add(double x, double y);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|