Beispiel #1
0
 public IEnumerable <PenjualanModel> ListData(string tgl1, string tgl2)
 {
     return(_penjualanDal.ListData(tgl1, tgl2));
 }