Exemplo n.º 1
0
        public int getsetAttendance(int EId, DateTime d)
        {
            ed = new EmpDalLayer();
            int j = ed.getsetAttendance(EId, d);

            return(j);
        }
Exemplo n.º 2
0
 public int getsetAttendance(int EId, DateTime d)
 {
     ed = new EmpDalLayer();
     int j=ed.getsetAttendance(EId, d);
     return j;
 }