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

            return(controller);
        }