Beispiel #1
0
 public int Update(PTBulletinMainModel model)
 {
     return(this.pTBulletinMain.Update(model));
 }
Beispiel #2
0
 public int Add(PTBulletinMainModel model)
 {
     return(this.pTBulletinMain.Add(model));
 }