Ajout de la mise en favoris des DZs
This commit is contained in:
@@ -38,6 +38,11 @@ namespace skydiveLogs_api.Business
|
||||
public bool UpdateDz(int id, DropZone dropZone)
|
||||
{
|
||||
dropZone.Id = id;
|
||||
|
||||
//dropZone.Address = dropZone.Address ?? string.Empty;
|
||||
//dropZone.Website = dropZone.Address ?? string.Empty;
|
||||
//dropZone.Email = dropZone.Address ?? string.Empty;
|
||||
|
||||
return _dropZoneRepository.Update(dropZone);
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user