예제 #1
0
 public IActionResult GetLocation(string username)
 {
     return(Ok(dbAccessor.GetLocation(username)));
 }