Fix on the inserting of images.

This commit is contained in:
Sébastien André
2020-05-27 14:15:38 +02:00
parent 2754a9229b
commit bb55612812
7 changed files with 7 additions and 8 deletions

View File

@@ -15,7 +15,5 @@ namespace skydiveLogs_api.Model
public string Login { get; set; }
public string Password { get; set; }
public IEnumerable<Image> Images { get; set; }
}
}