Esempio n. 1
0
 /// <inheritdoc/>
 public ICollection <TaskBase> GetAll()
 {
     return(taskStore.GetAll());
 }