コード例 #1
0
 // Added by Paul 7/2/17
 public ApplicationUser FindByEmail(string email)
 {
     return(_applicationUserService.FindByEmail(email));
 }