예제 #1
0
 public static double GetValuation(Guid itemID, int year, int month)
 {
     return(GetValuation(itemID, PeriodProvider.GetPeriod(year, month)));
 }
예제 #2
0
 public static void InventoryReportCalculate(Guid companyUnitID, Guid itemID, int year, int month)
 {
     InventoryReportCalculate(companyUnitID, itemID, PeriodProvider.GetPeriod(year, month));
 }
예제 #3
0
 public static double ValuationCalculate(Guid itemID, int year, int month)
 {
     return(ValuationCalculate(itemID, PeriodProvider.GetPeriod(year, month)));
 }