Ejemplo n.º 1
0
 public List <AgentModel> GetAllAgent(Guid ParlourId)
 {
     return(MembersBAL.SelectAllAgent(ParlourId));
 }