Exemplo n.º 1
0
 public static string ForNew(FucProposal f)
 {
     return string.Format("{0}/{1}",ForNewFuc(), f.Idx);
 }
Exemplo n.º 2
0
 public static string For(FucProposal f)
 {
     return string.Format("{0}/{1}{2}/{3}", ForFuc(), f.Acr, ForProp(), f.Idx);
 }