Ejemplo n.º 1
0
 public async Task <IList <DisplayResponceModel> > DisplayLabel(string labelName, int userId)
 {
     try
     {
         return(await notes.DisplayLabel(labelName, userId));
     }
     catch (Exception e)
     {
         throw e;
     }
 }