示例#1
0
 static public GPSAPI Create()
 {
     return(NetworkAPI.CreateAPIService <GPSAPI>(GPS_SERVICE_NAME));
 }
 static public EmployeesAPI Create()
 {
     return(NetworkAPI.CreateAPIService <EmployeesAPI>(EMPLOYEES_SERVICE_NAME));
 }