C# Class BLL.JoinService

Mostra file Open project: GHY-ORG/Firewood

Public Methods

Method Description
Create ( Join join ) : bool
Delete ( System.Guid actid, System.Guid uid ) : bool
GetSumByActID ( System.Guid actid ) : int
IsExist ( System.Guid actid, System.Guid uid ) : bool

Method Details

Create() public method

public Create ( Join join ) : bool
join DataSource.Models.Join
return bool

Delete() public method

public Delete ( System.Guid actid, System.Guid uid ) : bool
actid System.Guid
uid System.Guid
return bool

GetSumByActID() public method

public GetSumByActID ( System.Guid actid ) : int
actid System.Guid
return int

IsExist() public method

public IsExist ( System.Guid actid, System.Guid uid ) : bool
actid System.Guid
uid System.Guid
return bool