public bool DeleteImgAsync(int id) { if (id <= 0) { throw new ArgumentException("id错误"); } return(_studioRepository.DeleteImgAsync(id)); }