Skip to content

Commit 6cec7d4

Browse files
claudiamurialdoBeta Bot
authored and
Beta Bot
committed
Cherry pick branch 'genexuslabs:fix/rest-context-timezone' into beta
1 parent 3f8e39f commit 6cec7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)