コード例 #1
0
ファイル: Logic.cs プロジェクト: dbaker731/SwipeRight
 public AppUser GetUserByIdNonAsync(int id)
 {
     return(_repo.GetUserByIdNonAsync(id));
 }