示例#1
0
 public List <SocietyModel> GetAllSocietye(Guid ParlourId)
 {
     return(ToolsSetingBAL.GetAllSocietyes(ParlourId));
 }