public async Task <CommonResponse> ApplyFloristThemeAttributes(ApplyFloristThemeAttributeModel applyFloristThemeAttributeModel)
 {
     return(await _iThemeAttributesRepository.ApplyFloristThemeAttributes(applyFloristThemeAttributeModel));
 }
 public async Task <CommonResponse> ApplyFloristThemeAttributes(ApplyFloristThemeAttributeModel applyFloristThemeAttributeModel)
 {
     return(await ExecuteAll <ThemeAttributesSaveModel>("Flo.ApplyFloristThemeAttribute", applyFloristThemeAttributeModel));
 }