C# 클래스 OfflineServer.Servers.Database.Management.PersonaManagement

파일 보기 프로젝트 열기: berkay2578/nfsw-server

공개 메소드들

메소드 설명
addCar ( CarEntity carEntity ) : void
removeCar ( Car car ) : void
update ( this newPersona ) : void

비공개 메소드들

메소드 설명
PersonaManagement ( ) : NHibernate

메소드 상세

addCar() 공개 정적인 메소드

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

removeCar() 공개 정적인 메소드

public static removeCar ( Car car ) : void
car Car
리턴 void

update() 공개 정적인 메소드

public static update ( this newPersona ) : void
newPersona this
리턴 void