Ejemplo n.º 1
0
 /// <summary>
 /// Gets the total number of records in the WorkflowStepsMaster table based on search parameters
 /// </summary>
 public static int GetRecordCountDynamicWhere(int?stepId, int?worKflowId, string approvalLevel, string description, string autoApprove, int?waitTime, string createdBy, DateTime?createdOn, string updatedBy, DateTime?updatedOn)
 {
     return(WorkflowStepsMasterDataLayer.GetRecordCountDynamicWhere(stepId, worKflowId, approvalLevel, description, autoApprove, waitTime, createdBy, createdOn, updatedBy, updatedOn));
 }