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