Class RoomService
Inheritance
System.Object
RoomService
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NavJU.Services
Assembly: NavJU.dll
Syntax
public class RoomService
Constructors
RoomService(MainViewModel)
Declaration
public RoomService(MainViewModel model)
Parameters
| Type | Name | Description |
|---|---|---|
| MainViewModel | model |
Methods
ProcessData(List<RoomTo>)
Declaration
public void ProcessData(List<RoomTo> roomTos)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<RoomTo> | roomTos |