C# Class TrackerRepositories.Repositories.AttachmentRepository

Inheritance: IAttachmentRepository
Mostra file Open project: BilalHasanKhan/FunctionsTracker

Public Methods

Method Description
AllIncluding ( ) : IQueryable
Delete ( int id ) : void
Find ( int id ) : TrackerModels.Models.DocumentAttachment
InsertOrUpdate ( TrackerModels.Models.DocumentAttachment docattach ) : 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 ) : TrackerModels.Models.DocumentAttachment
id int
return TrackerModels.Models.DocumentAttachment

InsertOrUpdate() public method

public InsertOrUpdate ( TrackerModels.Models.DocumentAttachment docattach ) : void
docattach TrackerModels.Models.DocumentAttachment
return void

Save() public method

public Save ( ) : void
return void