C# 클래스 Mailing.AsyncMailing.MailerAsyncProxy

상속: IMailer
파일 보기 프로젝트 열기: LeagueOfDevelopers/LodCore

공개 메소드들

메소드 설명
MailerAsyncProxy ( INotificationMailRepository notificationMailRepository, INotificationEmailDescriber notificationEmailDescriber ) : System.Net.Mail
SendNotificationEmail ( int userIds, IEventInfo eventInfo ) : void

메소드 상세

MailerAsyncProxy() 공개 메소드

public MailerAsyncProxy ( INotificationMailRepository notificationMailRepository, INotificationEmailDescriber notificationEmailDescriber ) : System.Net.Mail
notificationMailRepository INotificationMailRepository
notificationEmailDescriber INotificationEmailDescriber
리턴 System.Net.Mail

SendNotificationEmail() 공개 메소드

public SendNotificationEmail ( int userIds, IEventInfo eventInfo ) : void
userIds int
eventInfo IEventInfo
리턴 void