Ejemplo n.º 1
0
        public void PropertiesTest()
        {
            // preparation
            var model = new NotificationCreateParameter();

            // model property access
            Helper.ModelTestHelper.PropetiesTest(model);
        }
Ejemplo n.º 2
0
 public void CreateMethod()
 {
     // action
     var model = new NotificationCreateParameter();
 }