Esempio n. 1
0
 private void View()
 {
     dgvCoupon.DataSource = _service.ListCoupon();
 }