Example #1
0
 public IEnumerable <Leave> Get(int id)
 {
     return(_LeaveRepository.GetLeave(id));
 }