コード例 #1
0
 public List <AddonProductsModal> GetAllAddonProductes(Guid ParlourId)
 {
     return(ToolsSetingBAL.GetAllAddonProductes(ParlourId));
 }