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

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