Beispiel #1
0
 public List <SysLog> GetAll()
 {
     return(repository.GetAll(db).ToList());
 }