public bool TestConstrIoc() { return(log.Action(message)); }
public bool DoMethodIoc() { return(mlog.Action("这是方法注入")); }