Esempio n. 1
0
 // ReSharper disable once MemberCanBeProtected.Global
 public GenericBusiness(BkdnContext context) : base(context)
 {
     Entries = context.Set <T>();
 }
Esempio n. 2
0
 public UserBusiness(BkdnContext context) : base(context)
 {
 }
Esempio n. 3
0
 protected BaseBusiness(BkdnContext context)
 {
     this.Context = context;
 }
Esempio n. 4
0
 public FacultyBusiness(BkdnContext context) : base(context)
 {
 }
Esempio n. 5
0
 public AuthBusiness(BkdnContext context) : base(context)
 {
 }