Example #1
0
 public double apportionToDates(List <Chunk> dataIn, string startDate, string endDate)
 {
     apportionmentMgr = new ApportionmentManager();
     return(apportionmentMgr.apportionToDates(dataIn, startDate, endDate));
 }
 public double apportionToDates(List<Chunk> dataIn, string startDate, string endDate)
 {
     apportionmentMgr = new ApportionmentManager();
     return apportionmentMgr.apportionToDates(dataIn, startDate, endDate);
 }