コード例 #1
0
 public bool UpdateEmps(Emps em)
 {
     return(es.UpdateEmps(em));
 }