コード例 #1
0
        public void SetUpForAllTests()
        {

            _client = TestHelper.GetTestIdoClient();
            _builder = FromSyteline.UserSession.ConnectionID.UserName.RecordDate.CreateDate;
            _testLoc = TestHelper.GetTestSyteline();
        }
コード例 #2
0
 public PartEntity(SLConfiguration loc)
 {
     _loc = loc;
     throw new NotImplementedException();
 }
コード例 #3
0
 public CustomerOrderEntity(SLConfiguration loc)
 {
     _loc = loc; 
 }