Exemplo n.º 1
0
 public async Task <List <GetCollaboratorResponse> > SearchCollaborators(string keyword, int UserId)
 {
     try
     {
         return(await notes.SearchCollaborators(keyword, UserId));
     }
     catch (Exception e)
     {
         throw e;
     }
 }