예제 #1
0
 public ChallengeInfo GetChallenge(int companyId)
 {
     // Return the order from the DAL
     return(dal.GetChallengeByCompanyID(companyId));
 }