public static SmtpConfigController Fixture() { SmtpConfigController controller = new SmtpConfigController(new SmtpConfigRepository()); return controller; }
public static SmtpConfigController Fixture() { SmtpConfigController controller = new SmtpConfigController(new SmtpConfigRepository(), "", new LoginView()); return(controller); }