Example #1
0
 public virtual object GetPeriodScores(string month, int year)
 {
     return(DataBridge.GetPeriodScores(Account, month, year));
 }