コード例 #1
0
 public long DeleteLogical(long id)
 {
     return(examdal.DeleteLogical(id));
 }