예제 #1
0
        //Deze methode haalt een OVMLijst op.
        public OVMLijst GetLijst(int klantid, string ovmid)
        {
            OVMLijst lijst = repo.GetLijst(klantid, ovmid);

            return(lijst);
        }