You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
457 B

using OT.COM.SignalerMessage;
using SoldierData.EnterprizeV4;
using System;
using System.Collections.Generic;
using System.Text;
namespace CounsellorBL.ORD
{
public class MessageLogRecordService : SingleDataTableTemplate<tb_ord_message_log_record>
{
[CounsellorBL.Common.Auth(false)]
public override CResponseMessage Update(CRequestMessage i_crmInput)
{
return base.Update(i_crmInput);
}
}
}