Beispiel #1
0
 public async Task <List <Comment> > GetAllWithProducAsync()
 {
     return(await _commentDal.GetAllWithProductAsync());
 }