Example #1
0
 public int Update(BYLB bylb)
 {
     return(Dao.Update(bylb));
 }
Example #2
0
 public int Delete(BYLB bylb)
 {
     return(Dao.Delete(bylb));
 }
Example #3
0
 public int Insert(BYLB bylb)
 {
     return((int)Dao.Insert(bylb));
 }