public void CreatePun(Pun pun) { _service.AddPun(pun); }
public Pun CreatePun(Pun pun) { return(_service.AddPun(pun)); }