Example #1
0
 public RecipeRepository(IBrewHowContext context)
     : base(context)
 {
 }
 public UserProfileRepository(IBrewHowContext context)
     : base(context)
 {
 }
Example #3
0
 public StyleRepository(IBrewHowContext context)
     : base(context)
 {
 }
 public UserProfileRepository(IBrewHowContext context)
     : base(context)
 {
 }
Example #5
0
 public StyleRepository(IBrewHowContext context)
     : base(context)
 {
 }
Example #6
0
 public RepositoryBase(IBrewHowContext context)
 {
     this.Context = context;
 }
Example #7
0
 public ReviewRepository(IBrewHowContext context)
     : base(context)
 {
 }
Example #8
0
 public ReviewRepository(IBrewHowContext context)
     : base(context)
 {
 }
Example #9
0
 public LibraryRepository(IBrewHowContext context)
     : base(context)
 {
 }
Example #10
0
 public RecipeRepository(IBrewHowContext context)
     : base(context)
 {
 }
Example #11
0
 public RepositoryBase(IBrewHowContext context)
 {
     this.Context = context;
 }
Example #12
0
 public LibraryRepository(IBrewHowContext context)
     : base(context)
 {
 }