public int EmployeeCommunicationLogSendMarketingMail([FromBody] CreateEmployeeMl Mobj) { Mobj.AcceptLink = Commonclass.ReturnEncryptLink("Accept", (!string.IsNullOrEmpty(Mobj.FromProfileID) ? Mobj.FromProfileID : null), (!string.IsNullOrEmpty(Mobj.ToProfileID) ? Mobj.ToProfileID : null)); Mobj.RejectLink = Commonclass.ReturnEncryptLink("Reject", !string.IsNullOrEmpty(Mobj.FromProfileID) ? Mobj.FromProfileID : null, !string.IsNullOrEmpty(Mobj.ToProfileID) ? Mobj.ToProfileID : null); return(this.IEmployeeReport.EmployeeCommunicationLogSendMarketingMail(Mobj)); }
public int EmployeeCommunicationLogSendMarketingMail(CreateEmployeeMl Mobj) { return(new EmployeeReportPageDAL().EmployeeCommunicationLogSendMarketingMail(Mobj, "[dbo].[sp_Email_TicketHistoryInfo_slide_New]")); }