コード例 #1
0
        public void PutCicTest()
        {
            // TODO: add unit test for the method 'PutCic'
            CustomerInteractionCenter body = null; // TODO: replace null with proper value

            instance.PutCic(body);
        }
 public void Init()
 {
     instance = new CustomerInteractionCenter();
 }