C# Class DAL.DTO.BaseEntityDTO

Exibir arquivo Open project: kulish-alina/HR_Project

Public Methods

Method Description
BaseEntityDTO ( ) : System
IsNew ( ) : bool
ShouldBeRemoved ( ) : bool

Method Details

BaseEntityDTO() public method

public BaseEntityDTO ( ) : System
return System

IsNew() public method

public IsNew ( ) : bool
return bool

ShouldBeRemoved() public method

public ShouldBeRemoved ( ) : bool
return bool