Пример #1
0
        public async Task <JsonResult> DeleteNationalIdentityTypeById(int id)
        {
            var result = await lostAndFoundType.DeleteNatinoalIdentityTypeById(id);

            return(Json(result));
        }