예제 #1
0
 public IList <Hodometro> GetAll()
 {
     return(_dao.GetAll().ToList());
 }
예제 #2
0
 public IList <Motorista> GetAll()
 {
     return(_dao.GetAll().ToList());
 }
예제 #3
0
 public IList <Veiculo> GetAll()
 {
     return(_dao.GetAll().ToList());
 }
예제 #4
0
 public IList <Combustivel> GetAll()
 {
     return(_dao.GetAll().ToList());
 }
예제 #5
0
 public IList <Funcionario> GetAll()
 {
     return(_dao.GetAll().ToList());
 }