Esempio n. 1
0
 public DataTable GetSeasonReturn(DateTime today, int _agentId)
 {
     return(exeCmd.GetSeasonReturn(today, _agentId));
 }