Exemple #1
0
 /// <summary>
 /// Gets the collaborators.
 /// </summary>
 /// <param name="userId">The user identifier.</param>
 /// <returns></returns>
 public async Task <IList <GetCollabratorResponce> > GetCollaborators(int userId)
 {
     return(await notes.GetCollaborators(userId));
 }