public IEnumerable <IStatusPerBarangModel> GetByMonthYear(MonthYear startMonthYear, MonthYear endMonthYear) { return(_repo.GetByMonthYear(startMonthYear, endMonthYear)); }
public IEnumerable <IStatusPerBarangModel> GetByMonthYear(MonthYear monthYear) { return(_repo.GetByMonthYear(monthYear)); }