Beispiel #1
0
 public MessageServiceTests()
 {
     this.context = TestStartup.GetContext();
 }
 public PurchaseServiceTests()
 {
     this.context = TestStartup.GetContext();
 }
Beispiel #3
0
 public UserServiceTests()
 {
     this.context = TestStartup.GetContext();
 }
 public CategoryServiceTests()
 {
     this.context = TestStartup.GetContext();
 }
Beispiel #5
0
 public CommentServiceTests()
 {
     this.context = TestStartup.GetContext();
 }
Beispiel #6
0
 public ProductServiceTests()
 {
     this.context = TestStartup.GetContext();
 }