repository migration
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Linq.Expressions;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using WhiteLagoon.Domain.Entities;
|
||||
|
||||
namespace WhiteLagoon.Application.Common.Interfaces
|
||||
{
|
||||
public interface IApplicationUserRepository : IRepository<ApplicationUser>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user