public ShoppingCartServiceTests()
 {
     MapperInitialize.Initialize();
 }
 public RecipeServiceTests()
 {
     MapperInitialize.Initialize();
 }
Exemple #3
0
 public IngredientServiceTests()
 {
     MapperInitialize.Initialize();
 }
 public OrderServiceTests()
 {
     MapperInitialize.Initialize();
 }
Exemple #5
0
 public ReviewServiceTests()
 {
     MapperInitialize.Initialize();
 }
 public ApplicationUserServiceTests()
 {
     MapperInitialize.Initialize();
 }