signing estimate

This commit is contained in:
Paul Schneider 2017-02-22 22:58:02 +01:00
commit 65eebf6409
8 changed files with 64 additions and 49 deletions

View file

@ -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()