public static bool CanRemove(Repository vc, string path) { if (vc.CanRemove(path)) { return(true); } else { return(false); } }
public static bool CanRemove (Repository vc, string path) { if (vc.CanRemove(path)) return true; else return false; }