Ejemplo n.º 1
0
 public ICollection <ProductionDateCode> GetProductionDateCodeByMonthYear(string monthYear)
 {
     return(_iCommonGateway.GetProductionDateCodeByMonthYear(monthYear));
 }