Ejemplo n.º 1
0
 /// <summary>
 /// Get a UserInbox entity for given User
 /// </summary>
 /// <param name="userId">UserID</param>
 /// <returns>UserInbox</returns>
 public async Task <IEnumerable <UserInbox> > GetUserInbox(string userId)
 {
     return(await _repo.GetUserInbox(userId));
 }