public async Task<IActionResult> Index(IFormFile photo, string query, string lat, string lng) { if (photo != null) { Notez note = new Notez { Found = true, ...
確定! 回上一頁