Exemplo n.º 1
0
 public int UpdateAmount(CrisisInterfere.AmountService.Amount_InfoEntity Amount_Info)
 {
     return(base.Channel.UpdateAmount(Amount_Info));
 }
Exemplo n.º 2
0
 public int InsertAmount(CrisisInterfere.AmountService.Amount_InfoEntity Amount_Info, ref string AmountCode, string LicenseCode)
 {
     return(base.Channel.InsertAmount(Amount_Info, ref AmountCode, LicenseCode));
 }