Esempio n. 1
0
 /// <summary>
 /// Get all CheckLists
 /// </summary>
 /// <returns>Returns a collection of all CheckLists</returns>
 public async Task <IEnumerable <CheckList> > GetAllCheckListsAsync()
 {
     return(await _checkListRepository.GetCheckListsAsync());
 }