Skip to content

Commit 341db02

Browse files
Fix FromStringCollection
1 parent be85f2d commit 341db02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/dotnetframework/GxClasses/Domain/GxCollections.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ public void FromStringCollection(GxSimpleCollection<string> value)
809809
}
810810
}
811811
}
812-
public void FromStringCollection(GxSimpleCollection<string> value, GxContext context)
812+
public void FromStringCollection(GxSimpleCollection<string> value, IGxContext context)
813813
{
814814
if (typeof(T) == typeof(DateTime))
815815
{

0 commit comments

Comments
 (0)