Пример #1
0
 public int SendMessageToCustomer(ICustomerChat customerChat, int ChatID, string MobileNo, string ProgramCode, string Message, string WhatsAppMessage, string ImageURL, string ClientAPIURL, int CreatedBy, int InsertChat)
 {
     _customerChat = customerChat;
     return(_customerChat.SendMessageToCustomer(ChatID, MobileNo, ProgramCode, Message, WhatsAppMessage, ImageURL, ClientAPIURL, CreatedBy, InsertChat));
 }