Beispiel #1
0
        public async Task <IActionResult> GetAllMyAuthorizedCarriers()
        {
            var authorizedCarriers = await _userAdminService.GetAllMyAuthorizedCarriersAsync();

            return(Success(authorizedCarriers));
        }