Example #1
0
 public static DataTable BuyerGetCostSheet(int argCCId, bool argTypewise, int argFlatId)
 {
     return(FlatTypeDL.BuyerGetCostSheet(argCCId, argTypewise, argFlatId));
 }