Beispiel #1
0
        public IActionResult GetBranches(float lat, float lng)
        {
            BranchModel model = new BranchModel(_db);

            return(Ok(model.GetThreeClosestBranches(lat, lng)));
        }