Esempio n. 1
0
 public static string GetServiceId(TypeServiceId typeServiceId, string serviceId)
 {
     Business.PrivateNumber privateNumberController = new Business.PrivateNumber();
     return(privateNumberController.GetServiceId(typeServiceId, serviceId));
 }
Esempio n. 2
0
 public string GetServiceId(TypeServiceId typeServiceId, string serviceId)
 {
     return(GetStringFieldValue("GetServiceId",
                                "@TypeServiceId", (int)typeServiceId,
                                "@ServiceId", serviceId));
 }