예제 #1
0
파일: ServiceLayer.cs 프로젝트: N90K/TNBase
 /// <summary>
 /// Clear yearly stats
 /// </summary>
 public void ClearYearlyStats()
 {
     repoLayer.ClearYearStats(connection);
 }