Skip to content

Commit

Permalink
fix: dotnet build
Browse files Browse the repository at this point in the history
  • Loading branch information
thutasann committed May 18, 2024
1 parent 0aa0381 commit 75800a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dotnet-grpc/Services/TodoService.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
using System.Security.Cryptography.X509Certificates;
using dotnet_grpc.Data;
using dotnet_grpc.Models;
using Grpc.Core;
using Microsoft.EntityFrameworkCore;

namespace dotnet_grpc.Services
{
public class TodoService(AppDbContext dbContext) : ToDoIt.ToDoItBase
public class TodoService(AppDbContext dbContext) : ToDo.ToDoBase
{
private readonly AppDbContext _dbContext = dbContext;

Expand Down

0 comments on commit 75800a0

Please sign in to comment.