예제 #1
0
 public Task <List <Permission> > GetByUserIdAsync(int userId)
 {
     return(_repository.GetByUserIdAsync(userId));
 }