Exemplo n.º 1
0
 public MessageServiceTests()
 {
     this.context = TestStartup.GetContext();
 }
Exemplo n.º 2
0
 public PurchaseServiceTests()
 {
     this.context = TestStartup.GetContext();
 }
Exemplo n.º 3
0
 public UserServiceTests()
 {
     this.context = TestStartup.GetContext();
 }
Exemplo n.º 4
0
 public CategoryServiceTests()
 {
     this.context = TestStartup.GetContext();
 }
Exemplo n.º 5
0
 public CommentServiceTests()
 {
     this.context = TestStartup.GetContext();
 }
Exemplo n.º 6
0
 public ProductServiceTests()
 {
     this.context = TestStartup.GetContext();
 }