示例#1
0
 public OsDocumentController(IFactoryConnection connection)
 {
     _connection        = connection;
     _OsDocumentApp     = new OsDocumentApp(connection);
     _orderOfServiceApp = new OrderOfServiceApp(connection);
 }
 public OrderOfServiceController(IFactoryConnection connection)
 {
     _connection        = connection;
     _OrderOfServiceApp = new OrderOfServiceApp(connection);
     _GroupAttendantApp = new GroupAttendantApp(connection);
 }