aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'src/DevHive.Services/Interfaces')
-rw-r--r--src/DevHive.Services/Interfaces/ITechnologyService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DevHive.Services/Interfaces/ITechnologyService.cs b/src/DevHive.Services/Interfaces/ITechnologyService.cs
index f0dfaca..0797078 100644
--- a/src/DevHive.Services/Interfaces/ITechnologyService.cs
+++ b/src/DevHive.Services/Interfaces/ITechnologyService.cs
@@ -8,7 +8,7 @@ namespace DevHive.Services.Interfaces
{
Task<bool> Create(CreateTechnologyServiceModel technologyServiceModel);
- Task<TechnologyServiceModel> GetTechnologyById(Guid id);
+ Task<CreateTechnologyServiceModel> GetTechnologyById(Guid id);
Task<bool> UpdateTechnology(Guid technologyId, UpdateTechnologyServiceModel updateTechnologyServiceModel);