mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-29 13:02:05 +03:00
Added tag tag1 for changeset 4c285537b335
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.ServiceModel;
|
||||
|
||||
namespace GpsEmulatorClient
|
||||
{
|
||||
[ServiceContract]
|
||||
interface IGpsEmulatorService
|
||||
{
|
||||
[OperationContract]
|
||||
string GetCurrentPosition();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user