コード例 #1
0
        public decimal Run()
        {
            // begin
            var n = new NCrafts();

            return(DoSomething(n));
            // end
        }
コード例 #2
0
 private decimal DoSomething(NCrafts s) => s.Sum;