Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package org.litesoft.initfrom.server.pos;

import org.litesoft.core.util.*;
import org.litesoft.orsup.transact.*;

public class ToDoStory extends ToDoStoryGO
{
    public ToDoStory( Transaction pTransaction )
    {
        super( pTransaction );
    }

    public ToDoStory( ConstructionControl pConstructionControl )
    {
        super( pConstructionControl );
    }
}

Commits for litesoft/trunk/GWT_Sandbox/InitFrom/GWT/App/src/org/litesoft/initfrom/server/pos/ToDoStory.java

Diff revisions: vs.
Revision Author Commited Message
191 GeorgeS picture GeorgeS Mon 02 May, 2011 04:43:13 +0000