Skip to content

Commit

Permalink
add IPersonName Repository
Browse files Browse the repository at this point in the history
  • Loading branch information
nixhantb committed Feb 16, 2024
1 parent b2454ce commit bff7d72
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
namespace JobLeet.WebApi.JobLeet.Core.Interfaces.Common.V1
{
public interface IPersonNameRepository : IRepository

Check failure on line 3 in JobLeet.WebApi/JobLeet.Core/Interfaces/Common/V1/IPersonNameRepository.cs

View workflow job for this annotation

GitHub Actions / build

Using the generic type 'IRepository<T>' requires 1 type arguments

Check failure on line 3 in JobLeet.WebApi/JobLeet.Core/Interfaces/Common/V1/IPersonNameRepository.cs

View workflow job for this annotation

GitHub Actions / build

Using the generic type 'IRepository<T>' requires 1 type arguments
{
}
}

0 comments on commit bff7d72

Please sign in to comment.