signing estimate
This commit is contained in:
parent
d76043d08a
commit
65eebf6409
8 changed files with 64 additions and 49 deletions
|
|
@ -1,7 +1,3 @@
|
|||
|
||||
namespace Yavsc.Models.Messaging
|
||||
{
|
||||
|
||||
//
|
||||
// BookQueryEvent.cs
|
||||
//
|
||||
|
|
@ -23,6 +19,12 @@ namespace Yavsc.Models.Messaging
|
|||
// You should have received a copy of the GNU Lesser General Public License
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
namespace Yavsc.Models.Messaging
|
||||
{
|
||||
using Interfaces.Workflow;
|
||||
|
||||
|
||||
|
||||
public class BookQueryEvent: BookQueryProviderInfo, IEvent
|
||||
{
|
||||
public BookQueryEvent()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue