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

            return(controller);
        }