11212121
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
using Model;
|
||||
using BLL;
|
||||
using Model;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Net.Mail;
|
||||
namespace FineUIPro.Web.common
|
||||
{
|
||||
@@ -170,12 +172,13 @@ namespace FineUIPro.Web.common
|
||||
}
|
||||
|
||||
|
||||
public static Email_Pop getEmailPop(string EmailID)
|
||||
public static Email_Pop getEmailPop()
|
||||
{
|
||||
Email_Pop pp = new Email_Pop();
|
||||
pp = BLL.Email_Send.Email_PopService.GetEmail_Pop(EmailID);
|
||||
var pp = Funs.DB.Email_Pop.FirstOrDefault();
|
||||
|
||||
return pp;
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user