예제 #1
0
 public List <Gate> GetAllGatess()
 {
     return(_gateRepository.GetAll());
 }
예제 #2
0
 public IEnumerable <Gate> GetGates()
 {
     return(_gateRepository.GetAll());
 }