예제 #1
0
 public static void AddCurrentExpend(EmployeeTable selectedEmployee, string notes, string name, int cost,
                                     DateTime date)
 {
     DataLayer.AddCurrentExpend(selectedEmployee, notes, name, cost, date);
 }