FundsSheetHandlers.cs
485 Bytes
using System;
using System.Collections.Generic;
using System.Linq;
using Sungero.Core;
using Sungero.CoreEntities;
using DirRX.Storage.FundsSheet;
namespace DirRX.Storage
{
partial class FundsSheetServerHandlers
{
public override void Created(Sungero.Domain.CreatedEventArgs e)
{
_obj.DocumentKind = Sungero.Docflow.DocumentKinds.GetAll(x => x.DocumentType.Name == DirRX.Storage.Resources.InitFundsSheetDocumentKindName.ToString()).FirstOrDefault();
}
}
}