コード例 #1
0
 public MessageServiceTests()
 {
     this.context = TestStartup.GetContext();
 }
コード例 #2
0
 public PurchaseServiceTests()
 {
     this.context = TestStartup.GetContext();
 }
コード例 #3
0
ファイル: UserServiceTests.cs プロジェクト: kristiyanb/ebuy
 public UserServiceTests()
 {
     this.context = TestStartup.GetContext();
 }
コード例 #4
0
 public CategoryServiceTests()
 {
     this.context = TestStartup.GetContext();
 }
コード例 #5
0
 public CommentServiceTests()
 {
     this.context = TestStartup.GetContext();
 }
コード例 #6
0
 public ProductServiceTests()
 {
     this.context = TestStartup.GetContext();
 }