Ejemplo n.º 1
0
 public static DataTable GetBuyerInfo(int argFlatId, string argType, bool argPayType)
 {
     return(FlatDetailsDL.GetBuyerInfo(argFlatId, argType, argPayType));
 }