コード例 #1
0
 public IEnumerable <IStatusPerBarangModel> GetByMonthYear(MonthYear startMonthYear, MonthYear endMonthYear)
 {
     return(_repo.GetByMonthYear(startMonthYear, endMonthYear));
 }
コード例 #2
0
 public IEnumerable <IStatusPerBarangModel> GetByMonthYear(MonthYear monthYear)
 {
     return(_repo.GetByMonthYear(monthYear));
 }