Exemplo n.º 1
0
 public bool AddLeave(Leave leave)
 {
     return(leaveDAL.AddEntity(leave));
 }