Example #1
0
 public static DataTable GetBWAECostSheet(int argCCId, bool argTypewise, DateTime argFromDate, DateTime argTo)
 {
     return(FlatTypeDL.GetBWAECostSheet(argCCId, argTypewise, argFromDate, argTo));
 }