Exemplo n.º 1
0
 public TagData(RecipeDbContext tags)
 {
     _tags = tags;
 }
Exemplo n.º 2
0
 public RecipeData(RecipeDbContext recipe, ITagData tags)
 {
     _recipe = recipe;
     _tags   = tags;
 }