Example #1
0
 /// <summary>
 /// Get list of Playbooks
 /// </summary>
 /// <returns>list of Playbooks</returns>
 public async Task <IEnumerable <Playbook> > GetPlaybooks()
 {
     return(await _repo.GetPlaybooks());
 }