Method | Description | |
---|---|---|
AddProgram ( Program program ) : bool | ||
DeleteById ( int id ) : bool | ||
DeleteProgram ( Program program ) : bool | ||
Dispose ( ) : void | ||
EditProgram ( Program program ) : bool | ||
FindBy ( bool>.Expression |
||
FindById ( int id ) : Program | ||
GetAllProgram ( ) : List |
||
ProgramService ( IUnitOfWork unitOfWork ) : System |
public DeleteProgram ( Program program ) : bool | ||
program | Program | |
return | bool |
public EditProgram ( Program program ) : bool | ||
program | Program | |
return | bool |
public FindBy ( bool>.Expression |
||
predicate | bool>.Expression | |
return | List |
public ProgramService ( IUnitOfWork unitOfWork ) : System | ||
unitOfWork | IUnitOfWork | |
return | System |