Merge branch 'Feature/InstitutionContract/add-registration-style' into Main
This commit is contained in:
@@ -97,7 +97,7 @@ public interface IWorkshopApplication
|
||||
public class CreateWorkshopWorkflowRegistration
|
||||
{
|
||||
/// <summary>
|
||||
/// شناس<EFBFBD><EFBFBD> جزئیات کارگاه قرارداد مؤسسه
|
||||
/// شناسه جزئیات کارگاه قرارداد نهاد مرتبط
|
||||
/// </summary>
|
||||
public long InstitutionContractWorkshopDetailId { get; set; }
|
||||
/// <summary>
|
||||
@@ -170,7 +170,7 @@ public class CreateWorkshopWorkflowRegistration
|
||||
/// </summary>
|
||||
public bool SignContract { get; set; }
|
||||
/// <summary>
|
||||
/// ایجات تصف<EFBFBD><EFBFBD>ه حساب
|
||||
/// ایجات تصفیه حساب
|
||||
/// </summary>
|
||||
public bool CreateCheckout { get; set; }
|
||||
/// <summary>
|
||||
|
||||
@@ -1481,7 +1481,7 @@ public class InstitutionContractRepository : RepositoryBase<long, InstitutionCon
|
||||
public async Task<List<RegistrationWorkflowMainListViewModel>> RegistrationWorkflowMainList()
|
||||
{
|
||||
return await _context.InstitutionContractSet
|
||||
.Where(x => x.VerificationStatus == InstitutionContractVerificationStatus.Verified)
|
||||
.Where(x => x.VerificationStatus == InstitutionContractVerificationStatus.PendingWorkflow)
|
||||
.Include(x => x.WorkshopGroup)
|
||||
.ThenInclude(x => x.WorkshopDetails)
|
||||
.Join(_context.PersonalContractingParties,
|
||||
|
||||
Reference in New Issue
Block a user