示例#1
0
 /// <summary>
 /// List all phone
 /// </summary>
 /// <returns></returns>
 public IEnumerable <Phone> Get()
 {
     return(_phoneService.All().AsEnumerable());
 }