Delete() 공개 메소드

public Delete ( ) : bool
리턴 bool
 public static void RemoveFavorite(Repository rep)
 {
     var f = new Favorite(rep, GetGuidfromSelectedItem(rep));
     f.Delete();
 }