Example #1
0
        public FooObj GetData()
        {
            var ret = new FooObj()
            {
                FooStr = "", FooTime = default(DateTime)
            };

            return(ret);
        }
Example #2
0
 public bool SetData(FooObj foo)
 {
     return(true);
 }