예제 #1
0
 public IEnumerable <MechanicViewModel> GetMechanicOfMaintainance()
 {
     return(_MechanicRepository.GetMechanicOfMaintainance());
 }