示例#1
0
 public bool UpdateLichidare(Salaries.Data.LichidareStruct lichidare)
 {
     return(new Salaries.Data.Lichidare(this.settings.ConnectionString).UpdateLichidare(lichidare));
 }
示例#2
0
 public bool DeleteLichidare(Salaries.Data.LichidareStruct lichidare)
 {
     return(this.DeleteLichidare(lichidare.LichidareID));
 }
示例#3
0
 public bool AddLichidare(Salaries.Data.LichidareStruct lichidare)
 {
     return(this.AddLichidare(lichidare.NrInregistrare, lichidare.DataLichidare, lichidare.AngajatID, lichidare.MotivDePlecareId, lichidare.AvansuriDecontare, lichidare.Abonamente, lichidare.TicheteMasa, lichidare.EchipamentLucru, lichidare.Laptop, lichidare.TelServiciu, lichidare.ObiecteInventar, lichidare.Carti, lichidare.CD, lichidare.DataInregistrare, lichidare.NrArticol, lichidare.LunaRetinere));
 }