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

            return(controller);
        }