Пример #1
0
 public int InsertNewCardItemConfiguration(ICustomerChat customerChat, int TenantID, string ProgramCode, string CardItem, bool IsEnabled, int CreatedBy)
 {
     _customerChat = customerChat;
     return(_customerChat.InsertNewCardItemConfiguration(TenantID, ProgramCode, CardItem, IsEnabled, CreatedBy));
 }