using WorkStation.Server.Context.Entity;
namespace WorkStation.Server.Services
{
public interface IUserService : IBaseService<User>
}