Esempio n. 1
0
        public async Task <IActionResult> TypeRestore(params long[] id)
        {
            await _memberTypeService.RestoreAsync(id);

            return(JsonData(true));
        }