示例#1
0
 public void Insert(Education entity)
 {
     _educationDAL.Add(entity);
 }