Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <Expenses.WPF.ExpensesService.ExpenseReport[]> GetExpenseReportsForEmployeeByStatusAsync(int employeeId, Expenses.WPF.ExpensesService.ExpenseReportStatus status)
 {
     return(base.Channel.GetExpenseReportsForEmployeeByStatusAsync(employeeId, status));
 }
Ejemplo n.º 2
0
 public Expenses.WPF.ExpensesService.ExpenseReport[] GetExpenseReportsForEmployeeByStatus(int employeeId, Expenses.WPF.ExpensesService.ExpenseReportStatus status)
 {
     return(base.Channel.GetExpenseReportsForEmployeeByStatus(employeeId, status));
 }