mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
refact1
This commit is contained in:
13
LibDataBaseInterface/group.cpp
Normal file
13
LibDataBaseInterface/group.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "group.h"
|
||||
|
||||
Group::Group():
|
||||
BasicEntity()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Group::Group(int id, QString name):
|
||||
BasicEntity(id, name)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user