Пример #1
0
 public int SendRecommendationsToCustomer(ICustomerChat customerChat, int TenantID, string Programcode, int CustomerID, string MobileNo, string ClientAPIURL, int CreatedBy)
 {
     _customerChat = customerChat;
     return(_customerChat.SendRecommendationsToCustomer(TenantID, Programcode, CustomerID, MobileNo, ClientAPIURL, CreatedBy));
 }