Beispiel #1
0
 public bool DeleteByEntity(int entityTypeId, int entityId)
 {
     return(_post.DeleteByEntity(entityTypeId, entityId));
 }