예제 #1
0
        public IActionResult GetAll()
        {
            var listBill = _IUnits.GetAll();

            return(Ok(listBill));
        }