public MessageServiceTests() { this.context = TestStartup.GetContext(); }
public PurchaseServiceTests() { this.context = TestStartup.GetContext(); }
public UserServiceTests() { this.context = TestStartup.GetContext(); }
public CategoryServiceTests() { this.context = TestStartup.GetContext(); }
public CommentServiceTests() { this.context = TestStartup.GetContext(); }
public ProductServiceTests() { this.context = TestStartup.GetContext(); }