예제 #1
0
 public List <FlatWiseAgentCommission> BindAgentDashboard(string email)
 {
     return(db.BindAgentDashboard(email));
 }