Ejemplo n.º 1
0
 public string GetNewID(int year, int month)
 {
     return(dal.GetNewID(year, month));
 }