first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace OpenWarehouse.auth.lib.Model;
|
||||
|
||||
public class xUserAskingModel
|
||||
{
|
||||
public String? Service { get; set; }
|
||||
|
||||
public Dictionary<string, string>? Questions { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user