Пример #1
0
 public async Task <ServiceResult <string> > GetAllPhoneById(int id)
 {
     return(await _phoneRepository.GetAllPhoneById(id));
 }