예제 #1
0
 public string[] GetAllSitesNamesByLogin(string login)
 {
     return(_bll.GetAllSitesNamesByLogin(login).ToArray());
 }