/// <summary> /// /// </summary> /// <param name="apiBaseUrl"></param> /// <param name="phoneNumber"></param> /// <param name="messageBody"></param> /// <param name="senderId"></param> public void SendProductSellerSMSNotificationWhenBiddingEnds(string apiBaseUrl, string phoneNumber, string messageBody, string senderId) { SmsHelper.SendSmsToOneContact(apiBaseUrl, phoneNumber, messageBody, senderId); }