Ajout de l'action d'ajout de saut.
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
using skydiveLogs_api.Business.Interface;
|
||||
using skydiveLogs_api.Model;
|
||||
using skydiveLogs_api.Data.Interface;
|
||||
|
||||
|
||||
namespace skydiveLogs_api.Business
|
||||
{
|
||||
public class JumpService : IJumpService
|
||||
@@ -16,7 +17,7 @@ namespace skydiveLogs_api.Business
|
||||
|
||||
public void AddNewJump(Jump jump)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
_jumpRepository.AddJump(jump);
|
||||
}
|
||||
|
||||
public void DeleteJumpById(int id)
|
||||
|
||||
Reference in New Issue
Block a user