예제 #1
0
 public ActionResult <IEnumerable <string> > GetEmails()
 {
     return(_repository.GetCustomerEmails().ToList());
 }