示例#1
0
 public void Update(EventTypeModel item)
 {
     this._service.Update(item);
 }
示例#2
0
 public void Add(EventTypeModel item)
 {
     this._service.Add(item);
 }