Skip to content

Commit

Permalink
Finishes
Browse files Browse the repository at this point in the history
  • Loading branch information
fiqows2 committed Dec 2, 2024
1 parent c70c52b commit a062785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 6002RCEM/6002RCEM/Services/DataService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a062785

Please sign in to comment.