Exemplo n.º 1
0
 public File GetById(int id)
 {
     return(_fileDal.Get(k => k.Id == id));
 }