Beispiel #1
0
 public static List <Spend> SelectSpendByCustoNo(string No)
 {
     return(SpendService.SelectSpendByCustoNo(No));
 }