Ejemplo n.º 1
0
 static public GPSAPI Create()
 {
     return(NetworkAPI.CreateAPIService <GPSAPI>(GPS_SERVICE_NAME));
 }
Ejemplo n.º 2
0
 static public EmployeesAPI Create()
 {
     return(NetworkAPI.CreateAPIService <EmployeesAPI>(EMPLOYEES_SERVICE_NAME));
 }