Пример #1
0
        public void PropertiesTest()
        {
            // preparation
            var model = new NotificationCreateParameter();

            // model property access
            Helper.ModelTestHelper.PropetiesTest(model);
        }
Пример #2
0
 public void CreateMethod()
 {
     // action
     var model = new NotificationCreateParameter();
 }