Ajout de la page listant les pièges
This commit is contained in:
@@ -8,7 +8,7 @@ namespace skydiveLogs_api.Model
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public string Mame { get; set; }
|
||||
public string Name { get; set; }
|
||||
|
||||
public string Manufacturer { get; set; }
|
||||
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using System.Collections.Generic;
|
||||
using AutoMapper;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using skydiveLogs_api.Business.Interface;
|
||||
using skydiveLogs_api.DataContract;
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user