Add Gear controller/service/repo and relations in db between Jumps and others objects
This commit is contained in:
@@ -20,6 +20,7 @@ namespace skydiveLogs_api.Ioc
|
||||
//_services.AddSingleton<Services.IPermissionService, Services.PermissionService>();
|
||||
|
||||
_services.AddScoped<Business.Interface.IAircraftService, Business.AircraftService>();
|
||||
_services.AddScoped<Business.Interface.IGearService, Business.GearService>();
|
||||
_services.AddScoped<Business.Interface.IDropZoneService, Business.DropZoneService>();
|
||||
_services.AddScoped<Business.Interface.IJumpService, Business.JumpService>();
|
||||
_services.AddScoped<Business.Interface.IJumpTypeService, Business.JumpTypeService>();
|
||||
|
||||
Reference in New Issue
Block a user