public Absence(int color, string charID, AbsenceType absenceTypeID, long countryID, bool useInCalck, bool isFixed, double value, long languageID, string name) { this._languageID = languageID; this._name = name; this._color = color; this._charID = charID; this._useInCalck = useInCalck; this._isFixed = isFixed; this._value = value; this._absenceTypeID = absenceTypeID; this._countryID = countryID; }
public AbsenceTypeName( long languageID, string name, AbsenceType absenceType ) { this._languageID = languageID; this._name = name; this._absenceType = absenceType; }
public AbsenceTypeName(long languageID, string name, AbsenceType absenceType) { this._languageID = languageID; this._name = name; this._absenceType = absenceType; }