예제 #1
0
 public void Save(EmployeeVm model)
 {
     _blObj.Save(ApiCommon.CurrentUserId, model);
 }