Exemple #1
0
 public GroupAttendantController(IFactoryConnection connection)
 {
     _connection        = connection;
     _GroupAttendantApp = new GroupAttendantApp(connection);
 }
 public OrderOfServiceController(IFactoryConnection connection)
 {
     _connection        = connection;
     _OrderOfServiceApp = new OrderOfServiceApp(connection);
     _GroupAttendantApp = new GroupAttendantApp(connection);
 }