Example #1
0
 public BarbecueBusiness(ChrrscContext context) : base(context)
 {
 }
Example #2
0
 public SettingsBusiness(ChrrscContext context) : base(context)
 {
 }
Example #3
0
 public PartyBusiness(ChrrscContext context) : base(context)
 {
 }
Example #4
0
 public FriendBusiness(ChrrscContext context) : base(context)
 {
 }
Example #5
0
 public BusinessBase(ChrrscContext context)
 {
     this.Context = context;
 }