Example #1
0
 public string[] SearchStaffDataBaseWorkAllCount(int Year , int Month,int Day)
 {
     StaffDataBase sDB = new StaffDataBase();
     return sDB.SearchStaffDataBaseWorkAllCount(Year, Month,Day);
 }