Exemplo n.º 1
0
        public ActionResult GetBatchAndCategory(string storeId)
        {
            var no = TakeStockService.GetBatchAndCategory(storeId);

            return(Content(no));
        }