コード例 #1
0
 public AccountService()
 {
     _farmerRepository = new FarmerRepository();
     _authService = new AuthService(new AppContext());
 }
コード例 #2
0
 public TokenAuthorizeAttribute()
 {
     _authService = new AuthService(new AppContext());
     Role = "";
 }