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

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