Skip to content

Commit bd76474

Browse files
committed
EDU-8345: Added missing using directive that causes autotest to fail
1 parent e704b41 commit bd76474

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Customization/T240/CodeSnippets/Activity1.2.2_Step1/RSSVAssignProcess.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using System;
22
using PX.Data;
33
using PX.Data.BQL.Fluent;
4+
using System.Collections.Generic;
45

56
namespace PhoneRepairShop
67
{

0 commit comments

Comments
 (0)