Пример #1
0
 public List <DropDownItem> LoadAtitudes()
 {
     atitudeDAO = new AtitudeDAOSQL();
     return(atitudeDAO.LoadAtitudes());
 }