struct&&assiQues
This commit is contained in:
17
TechHelper.Server/Repository/UserRepository.cs
Normal file
17
TechHelper.Server/Repository/UserRepository.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using Entities.Contracts;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using SharedDATA.Api;
|
||||
using TechHelper.Context;
|
||||
|
||||
namespace TechHelper.Repository
|
||||
{
|
||||
public class UserRepository : Repository<User>, IRepository<User>
|
||||
{
|
||||
public UserRepository(ApplicationContext dbContext) : base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user