Пример #1
0
        public static PostReceiptController Fixture()
        {
            PostReceiptController controller = new PostReceiptController(new PostReceiptRepository(), "", new LoginView());

            return(controller);
        }
Пример #2
0
 public static PostReceiptController Fixture()
 {
     PostReceiptController controller = new PostReceiptController(new PostReceiptRepository(), "", new LoginView());
     return controller;
 }