Ejemplo n.º 1
0
 private void btnRevenue_Click(object sender, EventArgs e)
 {
     MessageBox.Show(_paymentBLL.GetAllPaymentsByDates(firstDate, lastDate).ToString());
 }