Ejemplo n.º 1
0
 public List <ItemModel> GetJournalById(string token, int id)
 {
     return(JournalProcessor.GetJournalById(token, id));
 }