예제 #1
0
 public int Update(T entity)
 {
     return(EntityTable.Update(entity));
 }