Beispiel #1
0
 public bool Contains(IEntity entity)
 {
     return(_commentDal.Contains(new Comment {
         Id = entity.Id
     }));
 }