コード例 #1
0
        public static PaymentCardScrudViewController Fixture()
        {
            PaymentCardScrudViewController controller = new PaymentCardScrudViewController(new PaymentCardScrudViewRepository(), "", new LoginView());

            return(controller);
        }
コード例 #2
0
 public static PaymentCardScrudViewController Fixture()
 {
     PaymentCardScrudViewController controller = new PaymentCardScrudViewController(new PaymentCardScrudViewRepository(), "", new LoginView());
     return controller;
 }