Example #1
0
        public static PaymentTermScrudViewController Fixture()
        {
            PaymentTermScrudViewController controller = new PaymentTermScrudViewController(new PaymentTermScrudViewRepository(), "", new LoginView());

            return(controller);
        }
 public static PaymentTermScrudViewController Fixture()
 {
     PaymentTermScrudViewController controller = new PaymentTermScrudViewController(new PaymentTermScrudViewRepository(), "", new LoginView());
     return controller;
 }