Exemple #1
0
        public ActionResult Index()
        {
            var inboundorderlines = _inboundorderlinesService.Index();

            return(View(inboundorderlines.ToList()));
        }