Ejemplo n.º 1
0
 public bool DeleteChargeCode(ChargeCodeMaster item)
 {
     return(chargecodeDAL.Delete(item));
 }
Ejemplo n.º 2
0
 public ChargeCodeMaster GetChargeCode(ChargeCodeMaster item)
 {
     return((ChargeCodeMaster)chargecodeDAL.GetItem <ChargeCodeMaster>(item));
 }
Ejemplo n.º 3
0
 public bool SaveChargeCode(ChargeCodeMaster newItem)
 {
     return(chargecodeDAL.Save(newItem));
 }