Beispiel #1
0
 public DataTable GetMonthReturn(DateTime today, int _agentId)
 {
     return(exeCmd.GetMonthReturn(today, _agentId));
 }