Exemple #1
0
 public IEnumerable <TodoDocument> Get()
 {
     return(_docQuery.GetData().ToList());
 }