aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Interfaces/ITechnologyService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DevHive.Services/Interfaces/ITechnologyService.cs')
-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 1d4fa8b..4f75dbe 100644
--- a/src/DevHive.Services/Interfaces/ITechnologyService.cs
+++ b/src/DevHive.Services/Interfaces/ITechnologyService.cs
@@ -7,7 +7,7 @@ namespace DevHive.Services.Interfaces
{
public interface ITechnologyService
{
- Task<Guid> Create(CreateTechnologyServiceModel technologyServiceModel);
+ Task<Guid> CreateTechnology(CreateTechnologyServiceModel technologyServiceModel);
Task<CreateTechnologyServiceModel> GetTechnologyById(Guid id);
HashSet<ReadTechnologyServiceModel> GetTechnologies();