コード例 #1
0
 public bool Save()
 {
     DAOIcons DAOIcons = new DAOIcons();
     return DAOIcons.Save(this);
 }
コード例 #2
0
 public static System.Collections.IEnumerable GetIcons()
 {
     DAOIcons daoIcons = new DAOIcons();
     return daoIcons.getAllIcons();
 }