示例#1
0
 public static Component GetByAppId(string appId)
 {
     try
     {
         return(ComponentDb.GetByAppId(appId));
     }
     catch (Exception)
     {
         throw;
     }
 }