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