Пример #1
0
 public int UpdateStoreManagerChatStatus(ICustomerChat customerChat, int TenantID, string ProgramCode, int ChatID, int ChatStatusID, int StoreManagerID)
 {
     _customerChat = customerChat;
     return(_customerChat.UpdateStoreManagerChatStatus(TenantID, ProgramCode, ChatID, ChatStatusID, StoreManagerID));
 }