Beispiel #1
0
        public static void UnitTest_09()
        {
            //这个测试测试try catch throw


            Test09.Test();
        }
 /// <summary>
 /// 初始化一个<see cref="Test09OutputDto"/>类型的新实例
 /// </summary>
 public Test09OutputDto(Test09 entity)
 {
     Id          = entity.Id;
     CreatedTime = entity.CreatedTime;
 }