Пример #1
0
 public int UpdateCardImageApproval(ICustomerChat customerChat, int TenantID, string ProgramCode, int ID, int ModifiedBy)
 {
     _customerChat = customerChat;
     return(_customerChat.UpdateCardImageApproval(TenantID, ProgramCode, ID, ModifiedBy));
 }