Example #1
0
 public DataTable GetAllItems()
 {
     //log kayıtlarını veri tabanından çeken fonksiyon
     return(logDAL.GetAllItems());
 }