public TagDataManager(IRecipeBoxContext context)
 {
     this.Context = context;
 }
Exemple #2
0
 public RecipeDataManager(IRecipeBoxContext context, IBlobStorage blobStore)
 {
     this.BlobStore = blobStore;
     this.Context   = context;
 }
 public AccountDataManager(IRecipeBoxContext context)
 {
     this.Context = context;
 }