예제 #1
0
        public static GetCashRepositoryIdByCashRepositoryCodeController Fixture()
        {
            GetCashRepositoryIdByCashRepositoryCodeController controller = new GetCashRepositoryIdByCashRepositoryCodeController(new GetCashRepositoryIdByCashRepositoryCodeRepository(), "", new LoginView());

            return(controller);
        }
 public static GetCashRepositoryIdByCashRepositoryCodeController Fixture()
 {
     GetCashRepositoryIdByCashRepositoryCodeController controller = new GetCashRepositoryIdByCashRepositoryCodeController(new GetCashRepositoryIdByCashRepositoryCodeRepository(), "", new LoginView());
     return controller;
 }