Esempio n. 1
0
 /// <summary>
 /// Get list of RecipientLists
 /// </summary>
 /// <returns>list of RecipientLists</returns>
 public async Task <IEnumerable <RecipientList> > GetRecipientLists()
 {
     return(await _repo.GetRecipientLists());
 }