예제 #1
0
 public void Execute(Pmd.ClientLogUrlLoginUserPmd_S cmd)
 {
 }
예제 #2
0
	public static void Execute(ClientLogUrlLoginUserPmd_S cmd)
	{
		distinct = cmd.distinct ? new HashSet<int>() : null;
		URL = cmd.logurl;
		SetFilter(cmd.loglevel);
	}