C# Class HA4IoT.Services.Areas.AreaServiceExtensions

Afficher le fichier Open project: chkr1011/CK.HomeAutomation

Méthodes publiques

Méthode Description
CreateArea ( this areaService, Enum id ) : IArea
GetArea ( this areaService, Enum id ) : IArea

Method Details

CreateArea() public static méthode

public static CreateArea ( this areaService, Enum id ) : IArea
areaService this
id System.Enum
Résultat IArea

GetArea() public static méthode

public static GetArea ( this areaService, Enum id ) : IArea
areaService this
id System.Enum
Résultat IArea