Exemplo n.º 1
0
 public DataSet GetAttendanceStatisticByDuty(string strWhere, string strTime, out string strErr)
 {
     return(dal.GetAttendanceStatisticByDuty(strWhere, strTime, out strErr));
 }