예제 #1
0
 public bool AddLeave(Leave leave)
 {
     return(leaveDAL.AddEntity(leave));
 }