예제 #1
0
 public string Remove(Passport passport, string key)
 {
     return(dal.DeleteAddress(key) > 0 ? "" : ErrorMsg.DeleteFailMsg());
 }