// ReSharper disable once MemberCanBeProtected.Global public GenericBusiness(BkdnContext context) : base(context) { Entries = context.Set <T>(); }
public UserBusiness(BkdnContext context) : base(context) { }
protected BaseBusiness(BkdnContext context) { this.Context = context; }
public FacultyBusiness(BkdnContext context) : base(context) { }
public AuthBusiness(BkdnContext context) : base(context) { }