Пример #1
0
		public static List<HocPhi> getAll(SQLiteConnection connection)
		{
			list = new List<HocPhi>();
			DataProvider dtb = new DataProvider (connection);
			list = dtb.GetAllHP ();
			return list;
		}