Example #1
0
 public bool Kaidan(int tableId)
 {
     return(oiDal.Insert(tableId) > 0);
 }