示例#1
0
 public async Task <ServiceResult <string> > GetAllPhoneById(int id)
 {
     return(await _phoneService.GetAllPhoneById(id));
 }