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