コード例 #1
0
        public ClothingReport GetProductReport()
        {
            ClothingReport finishedReport = _report;

            Reset();

            return(finishedReport);
        }
コード例 #2
0
 public void Reset()
 {
     _report = new ClothingReport();
 }