Example #1
0
 public Task <IReadOnlyList <string> > GetDonors()
 {
     return(_userStore.GetDonors());
 }