Beispiel #1
0
 public async Task <IEnumerable <BllList> > GetUserLists(int id) => (await _listRep.GetByOwnerId(id)).Select(Mapper.ToBllList);