public Pun[] GetPuns() { var service = new PunDataService(); return service.GetPuns(); }
public PunService() { _service = new PunDataService(); }