예제 #1
0
 public int GetId(string desc)
 {
     try
     {
         return(materiaData.GetId(desc));
     }
     catch (Exception Ex)
     {
         throw Ex;
     }
 }