C# Class TrackerRepositories.Repositories.ServerIPMappingRepository

Inheritance: IServerIPMappingRepsository
Datei anzeigen Open project: BilalHasanKhan/FunctionsTracker

Public Methods

Method Description
Allincluding ( ) : IQueryable
Delete ( int Id ) : void
Find ( int Id ) : ServerIPMapping
InsertOrUpdate ( ServerIPMapping ServerIPMapping ) : void
Save ( ) : void

Method Details

Allincluding() public method

public Allincluding ( ) : IQueryable
return IQueryable

Delete() public method

public Delete ( int Id ) : void
Id int
return void

Find() public method

public Find ( int Id ) : ServerIPMapping
Id int
return TrackerModels.Models.ServerIPMapping

InsertOrUpdate() public method

public InsertOrUpdate ( ServerIPMapping ServerIPMapping ) : void
ServerIPMapping TrackerModels.Models.ServerIPMapping
return void

Save() public method

public Save ( ) : void
return void