示例#1
0
 public ActionResult <List <CellPhone> > Get()
 {
     return(_cellPhoneService.Get());
 }