コード例 #1
0
 public string UpdateEmployeeProfile(EmployeeProfile profile, Int64 ModifiedBy)
 {
     using (var dac = new EmployeeDac())
     {
         return(dac.UpdateEmployeeProfile(profile, ModifiedBy));
     }
 }