コード例 #1
0
 public IEnumerable <IMobile> GetAllMobilesByName(string name)
 {
     return(_mobileRepository.GetByName(name));
 }