Exemplo n.º 1
0
        public async Task <ProfileInfo> GetMe()
        {
            var qr = authenInfo.Get().Username.FromString();

            return(await commonPatientBussiness.Get <ProfileInfo>(qr));
        }
Exemplo n.º 2
0
 public LoggedInUser GetMe()
 {
     return(authenInfo.Get());
 }