Example #1
0
 public List <PermitMoving> GetMovingList(Database database)
 {
     return(PermitMoving.LoadList(database, this));
 }