示例#1
0
 public Phone FindbyId(Guid id)
 {
     return(_iPhoneRepository.FindbyId(id));
 }