Esempio n. 1
0
 public Cccd Read(string ma)
 {
     return(CccdDAL.GetInstance().Read(ma));
 }
Esempio n. 2
0
 public bool Update(Cccd cd)
 {
     return(CccdDAL.GetInstance().Update(cd));
 }
Esempio n. 3
0
 public bool Delete(Cccd cd)
 {
     return(CccdDAL.GetInstance().Delete(cd));
 }
Esempio n. 4
0
 public bool Add(Cccd cd)
 {
     return(CccdDAL.GetInstance().Add(cd));
 }