Exemplo n.º 1
0
 public async Task <IList <DisplayResponceModel> > DisplayTrash(int userId)
 {
     try
     {
         return(await notes.DisplayTrash(userId));
     }
     catch (Exception e)
     {
         throw e;
     }
 }