Example #1
0
 public static SmtpConfigController Fixture()
 {
     SmtpConfigController controller = new SmtpConfigController(new SmtpConfigRepository());
     return controller;
 }
Example #2
0
        public static SmtpConfigController Fixture()
        {
            SmtpConfigController controller = new SmtpConfigController(new SmtpConfigRepository(), "", new LoginView());

            return(controller);
        }