예제 #1
0
 public HomeController()
 {
     mailsService = new MailsService(new WebMailEntities());
 }