Ejemplo n.º 1
0
 public List <Log> GetBlockedIP(string IP)
 {
     return(dao.GetBlockedIP(IP));
 }