Exemple #1
0
 public async Task <ActionResult <UserSafeLocationModel> > CreateNewSafeLocationAsync([FromBody] UserSafeLocationRequest safeLocation)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public async Task <ActionResult <UserSafeLocationModel> > UpdateSafeLocationAsync([FromRoute] Guid locationId, [FromBody] UserSafeLocationRequest safeLocation)
 {
     throw new NotImplementedException();
 }