示例#1
0
 public void AddUserPhone(int userId, string phone)
 {
     _phoneRepository.AddUserPhone(userId, phone);
 }