I have the following interface:
我有以下界面:
public interface IUserRepository : IRepositoryBase
{
void AddUser(User user);
}
pubI have the following interface:
我有以下界面:
public interface IUserRepository : IRepositoryBase
{
void AddUser(User user);
}
pub