示例#1
0
 public IEnumerable <IMobile> GetAllMobilesBySystem(MobileSystem system)
 {
     return(_mobileRepository.GetBySystem(system));
 }