diff --git a/6002RCEM/6002RCEM/Services/DataService.cs b/6002RCEM/6002RCEM/Services/DataService.cs index 53aee6d..1dae41b 100644 --- a/6002RCEM/6002RCEM/Services/DataService.cs +++ b/6002RCEM/6002RCEM/Services/DataService.cs @@ -4,7 +4,7 @@ namespace _6002RCEM.Services; //providing CRUD for the database -//CREATE, READ, UPDATE and DELETE. +//CREATE, READ, UPDATE and DELETE. public class DataService : IDataService { private readonly Client _supabaseClient;