Exemplo n.º 1
0
        public async Task <IActionResult> TelecomTypes()
        {
            List <MetaListTelecomType> MasterList = await _metaProvider.TelecomTypes();

            return(View(MasterList));
        }