コード例 #1
0
 public IEnumerable <ApplicationUser> Get()
 {
     return(_service.GetAllUsers());
 }