public async Task <List <ExceptionLog> > Delete(int ID) { List <ExceptionLog> lst = await Task.Run(() => _ExceptionLogRepo.DeleteExceptionLogDetailsAsync(ID)); return(lst); }