コード例 #1
0
ファイル: PartyTypeTests.cs プロジェクト: netusers2014/mixerp
 public static PartyTypeController Fixture()
 {
     PartyTypeController controller = new PartyTypeController(new PartyTypeRepository(), "", new LoginView());
     return controller;
 }
コード例 #2
0
        public static PartyTypeController Fixture()
        {
            PartyTypeController controller = new PartyTypeController(new PartyTypeRepository(), "", new LoginView());

            return(controller);
        }