Method | Description | |
---|---|---|
AddFollows ( string stationId, string lineIds ) : void | ||
DeleteFollows ( string stationId, string lineIds = null ) : void | ||
FollowService ( IMvxFileStore fileService, ILocalDataService localDbService, IMvxMessenger messenger ) : System | ||
GetFollowStation ( string stationId ) : |
||
GetFollows ( ) : ICollection |
||
GetFollowsStations ( ) : ICollection |
Method | Description | |
---|---|---|
ReadFollows ( ) : void | ||
WriteFollows ( ) : void |
public AddFollows ( string stationId, string lineIds ) : void | ||
stationId | string | |
lineIds | string | |
return | void |
public DeleteFollows ( string stationId, string lineIds = null ) : void | ||
stationId | string | |
lineIds | string | |
return | void |
public FollowService ( IMvxFileStore fileService, ILocalDataService localDbService, IMvxMessenger messenger ) : System | ||
fileService | IMvxFileStore | |
localDbService | ILocalDataService | |
messenger | IMvxMessenger | |
return | System |
public GetFollowStation ( string stationId ) : |
||
stationId | string | |
return |