C# Class ModernWebStore.Domain.Scopes.CategoryScopes

ファイルを表示 Open project: andrebaltieri/mwa-api

Public Methods

Method Description
CreateCategoryScopeIsValid ( this category ) : bool
EditCategoryScopeIsValid ( this category, string title ) : bool

Method Details

CreateCategoryScopeIsValid() public static method

public static CreateCategoryScopeIsValid ( this category ) : bool
category this
return bool

EditCategoryScopeIsValid() public static method

public static EditCategoryScopeIsValid ( this category, string title ) : bool
category this
title string
return bool