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

            return(controller);
        }