public static ShipperScrudViewController Fixture()
 {
     ShipperScrudViewController controller = new ShipperScrudViewController(new ShipperScrudViewRepository(), "", new LoginView());
     return controller;
 }
Exemplo n.º 2
0
        public static ShipperScrudViewController Fixture()
        {
            ShipperScrudViewController controller = new ShipperScrudViewController(new ShipperScrudViewRepository(), "", new LoginView());

            return(controller);
        }