public UserService(TimelineDbContext context) : base(context) { }
public ServiceBase(TimelineDbContext context) { Context = context; _isOwnedEntity = typeof(IEntityWithOwner).IsAssignableFrom(typeof(T)); }