コード例 #1
0
        public bool Handle(UpdateLastLoginTimestampCommand cmd)
        {
            var thisTime = DateTime.UtcNow;

            LastLogin = thisTime;

            return(LastLogin.Equals(thisTime));
        }
コード例 #2
0
 public bool Handle(UpdateLastLoginTimestampCommand cmd) => AppDetails.Handle(cmd);