Example #1
0
        public async Task <IActionResult> GetCouriers()
        {
            var result = await _bizCommon.GetCouriersAsync();

            return(ToResponse(result));
        }