예제 #1
0
 public async Task <int> GetLoginCount(string user)
 {
     return(await statsProvider.GetUserLoginCount(user));
 }