Exemplo n.º 1
0
        public static AttachmentLookupController Fixture()
        {
            AttachmentLookupController controller = new AttachmentLookupController(new AttachmentLookupRepository(), "", new LoginView());

            return(controller);
        }
 public static AttachmentLookupController Fixture()
 {
     AttachmentLookupController controller = new AttachmentLookupController(new AttachmentLookupRepository(), "", new LoginView());
     return controller;
 }