C# Class OfflineServer.Servers.Database.Management.PersonaManagement

Datei anzeigen Open project: berkay2578/nfsw-server

Public Methods

Method Description
addCar ( CarEntity carEntity ) : void
removeCar ( Car car ) : void
update ( this newPersona ) : void

Private Methods

Method Description
PersonaManagement ( ) : NHibernate

Method Details

addCar() public static method

public static addCar ( CarEntity carEntity ) : void
carEntity OfflineServer.Servers.Database.Entities.CarEntity
return void

removeCar() public static method

public static removeCar ( Car car ) : void
car Car
return void

update() public static method

public static update ( this newPersona ) : void
newPersona this
return void