Example #1
0
 public static int InsertSpendInfo(Spend s)
 {
     return(SpendService.InsertSpendInfo(s));
 }