C# Class Data.FakeService

Show file Open project: johnshew/Minimal-UWP-MVVM-CRUD

Public Properties

Property Type Description
Name String

Public Methods

Method Description
Delete ( Person person ) : void
GetPeople ( ) : List
Write ( Person person ) : void

Method Details

Delete() public static method

public static Delete ( Person person ) : void
person Person
return void

GetPeople() public static method

public static GetPeople ( ) : List
return List

Write() public static method

public static Write ( Person person ) : void
person Person
return void

Property Details

Name public static property

public static String Name
return String