コード例 #1
0
 public Person GetPersonByEmail(string email)
 {
     return(d.GetPersonByEmail(email));
 }