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