Konu
List<class> return ?
30-07-2020, 18:36:45
#2
profweb
List<class> ListeAl()
{
List<class> liste = new List<class>();
return liste;
}