コード例 #1
0
 public void DeleteLocation(int locId, int modifiedBy)
 {
     CommonDAL.DeleteLocation(locId, modifiedBy);
 }