Ejemplo n.º 1
0
 public List <AbsentTakenDto> CreateTakens(AbsentApplyDto absentApply)
 {
     return(_absentServiceBll.CreateTakens(absentApply));
 }
 public List <AbsentTakenDto> CreateTakens(AbsentApplyDto absentApply)
 {
     throw new NotImplementedException();
 }