예제 #1
0
 public void Save(string path, ISessionDto[] dtos)
 {
     SessionDao.Save(path, dtos);
 }