Epiworx.Data.EntityFramework.SprintDataFactory.Duration C# (CSharp) Method

Duration() private method

private Duration ( int sprintId ) : decimal
sprintId int
return decimal
        public static decimal Duration(int sprintId)
        {
            throw new NotSupportedException("Direct calls are not support!");
        }

Same methods

SprintDataFactory::Duration ( Csla ctx, int sprintId ) : decimal?