コード例 #1
0
 internal IEnumerable <Contact> GetContactsByUser(string userId)
 {
     return(_repo.GetContactsByUser(userId));
 }