Exemplo n.º 1
0
        public void ManyToMany()
        {
            var c = new IndexController {
                Session = session,
                Cfg     = NHWebConsoleSetup.Configuration(),
                RawUrl  = "/pepe.aspx",
            };
            var link = c.BuildCollectionLink(typeof(Territory), typeof(Employee), 1);

            Console.WriteLine(link);
            Assert.IsNotNull(link);
        }