public async Task <CommonResponse> AddFloristThemeAttributes(ThemeAttributesSaveModel themeAttributesSaveModel)
 {
     return(await _iThemeAttributesRepository.AddFloristThemeAttributes(themeAttributesSaveModel));
 }
 public async Task <CommonResponse> AddFloristThemeAttributes(ThemeAttributesSaveModel themeAttributesSaveModel)
 {
     return(await ExecuteAll <ThemeAttributesSaveModel>("Flo.AddFloristThemeAttributes", themeAttributesSaveModel));
 }