예제 #1
0
 public static LogState WithLogs(PatchDocument logs)
 {
     return(new LogState
     {
         Logs = logs.Clone()
     });
 }
예제 #2
0
 public static StatisticsState WithStatistics(PatchDocument statistics)
 {
     return(new StatisticsState
     {
         Statistics = statistics.Clone()
     });
 }