コード例 #1
0
 public SocietyModel GetSocietyByID(string ID, Guid ParlourId)
 {
     return(ToolsSetingBAL.GetSocietyByID(ID, ParlourId));
 }