예제 #1
0
 public List <Tank> GetAllTanks()
 {
     return(_tankRep.GetAllTanks());
 }
예제 #2
0
 public List <Tank> GetAllTanks()
 {
     return(_repository.GetAllTanks());
 }
예제 #3
0
 public List <Tank> Get()
 {
     return(tankRepository.GetAllTanks().ToList());
 }