Beispiel #1
0
		public static List<LichHoc> GetAll (SQLiteConnection connection)
		{
			list = new List<LichHoc> ();
			DataProvider dtb = new DataProvider (connection);
			list = dtb.GetAllLH ();
			return list;
		}