Exemplo n.º 1
0
 public IEnumerable <IMobile> GetAllMobilesByVersion(string version)
 {
     return(_mobileRepository.GetByVersion(version));
 }