Esempio n. 1
0
 public IEnumerable <IStatusPerBarangModel> GetByMonthYear(MonthYear startMonthYear, MonthYear endMonthYear)
 {
     return(_repo.GetByMonthYear(startMonthYear, endMonthYear));
 }
Esempio n. 2
0
 public IEnumerable <IStatusPerBarangModel> GetByMonthYear(MonthYear monthYear)
 {
     return(_repo.GetByMonthYear(monthYear));
 }