Exemple #1
0
        public async Task <IActionResult> GetCustomerTypes()
        {
            var result = await _otherService.GetCustomerTypesAsync();

            return(Ok(result));
        }